Uses of Class
jsonvalues.JsInstantLens
-
Packages that use JsInstantLens 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 JsInstantLens in jsonvalues
Methods in jsonvalues that return JsInstantLens Modifier and Type Method Description JsInstantLens<JsArray>
JsOptics.JsArrayLenses. instant(int index)
lens that focus on the array of bytes at an index in an arrayJsInstantLens<JsArray>
JsOptics.JsArrayLenses. instant(JsPath path)
lens that focus on the array of bytes located at a path in an arrayJsInstantLens<JsObj>
JsOptics.JsObjLenses. instant(java.lang.String key)
lens that focus on an instant located at a key in an object.JsInstantLens<JsObj>
JsOptics.JsObjLenses. instant(JsPath path)
lens that focus on an instant located at a path in an object.
-