Uses of Class
jsonvalues.JsStr
-
Packages that use JsStr 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 JsStr in jsonvalues
Methods in jsonvalues that return JsStr Modifier and Type Method Description JsStr
JsStr. map(UnaryOperator<String> fn)
Maps this JsStr into another one.static JsStr
JsStr. of(String str)
Static factory method to create a JsStr from a string.default JsStr
JsValue. toJsStr()
Methods in jsonvalues with parameters of type JsStr Modifier and Type Method Description int
JsStr. compareTo(JsStr o)
Compares twoJsStr
objects lexicographically.
-