package ast
Ordering
- Alphabetic
Visibility
- Public
- Protected
Handles stream parsing and traversing of json documents.
Handles stream parsing and traversing of json documents.
Contains a DSL to build a json selector.
Contains a DSL to build a json selector. Start a selector with root and
then chain the rest.
val sel = root.index(10).?.fields("a", "b").compile