File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Kickstart your scala API client by turning JSON into case classes.
55
66Try it at < http://json2caseclass.cleverapps.io >
77
8- ##Use cases
8+ ## Use cases
99
1010When interacting with 3rd party json-based APIs from scala, modelling the API's responses with case classes
1111can come in handy.
@@ -30,7 +30,7 @@ However it's tedious to manually copy the json structure into case classes.
3030
3131json 2 case class automatically generates case classes from JSON (if possible).
3232
33- ##Features
33+ ## Features
3434
3535json 2 case class can generate
3636
@@ -39,7 +39,7 @@ json 2 case class can generate
3939 - scala base types from JSON primitives
4040 - Option[ T] for optional values
4141
42- ##ToDo
42+ ## ToDo
4343
4444Due to the arity limitation of 22 values, some JSON objects can't be encoded with case classes.
4545A Map[ String,T] fallback is on the works.
You can’t perform that action at this time.
0 commit comments