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