Skip to content

Commit

Permalink
add demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
chadselph committed Mar 26, 2020
1 parent dfbb910 commit 028ff90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
Simple proof of concept converting JSON data into case classes.

[Demo](https://chadselph.github.io/json2classes/)

Literally just brainstorming as I code so it's a total mess still.

Does best effort for unifying json types... i.e. ```
Expand All @@ -13,4 +15,4 @@ snake_case keys to camelCase and some other basics.

Also the web demo should be a separate sbt project so
the main stuff can be crossbuilt, and all of the html/js
should be rewritten in scala.
should be rewritten in scala.

0 comments on commit 028ff90

Please sign in to comment.