This typeclass with its implicit instances decides how two containers should be joined.
A Lens combines read and update functions of UpdateLens and ReadLens into combinable chunks.
This implements most of the methods of Lens
.
Defines a set of operations to update Json values.
A trait to define common operations for different container types.
The read lens can extract child values out of a JsValue hierarchy.
The UpdateLens is the central interface for updating a child element somewhere deep down a hierarchy of a JsValue.
An aggregate option to import all of the functionality of JsonLenses with one import.
The AST for a json-path.
A parser for json-path expression as specified here: http://goessner.net/articles/JsonPath/