fs2-data-json

Members list

Concise view

Packages

Handles stream parsing and traversing of json documents.

Handles stream parsing and traversing of json documents.

Attributes

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

Attributes