With Json Logic Scala, you can parse typed JsonLogic into a Scala data structures.
Conversely, you can also serialize Scala structues into Typed JSON expressions.
The library also has methods to evaluate these expressions.
Table of contents
- Parse JSON to a Scala data structure
- Serialize Scala data structure to JSON
- Evaluate json Scala data structure