the lift-json parsing and formatting utilities for JSON
A JSON abstract syntax tree (AST) providing the following features:
- Fast JSON parser
- LINQ style queries
- Case classes can be used to extract values from parsed JSON
- Diff & merge
- DSL to produce valid JSON
- XPath like expressions and HOFs to manipulate JSON
- Pretty and compact printing
- XML conversions
- Serialization
- Low level pull parser API
Github: https://github.com/lift/lift/tree/master/framework/lift-base/lift-json/