fs2-data-json

Packages

Handles stream parsing and traversing of json documents.

Handles stream parsing and traversing of json documents.

Contains a DSL to build a json selector. Start a selector with root and then chain the rest.

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