Uses of Class
jsonvalues.Lens
-
Packages that use Lens Package Description jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way. -
-
Uses of Lens in jsonvalues
Subclasses of Lens in jsonvalues Modifier and Type Class Description class
JsObjLens<S extends Json<S>>
Represent a Lens which focus is a json object located at a path is a JsonFields in jsonvalues declared as Lens Modifier and Type Field Description static Lens<JsPair,JsPath>
JsPair. pathLens
lens that focuses on the path of a pairstatic Lens<JsPair,JsValue>
JsPair. valueLens
lens that focuses on the value of a pairMethods in jsonvalues that return Lens Modifier and Type Method Description Lens<JsArray,JsValue>
JsOptics.JsArrayLenses. value(JsPath path)
lens that focus on the value located at a path in an array
-