Implicit class that provides new methods for JsObjects
.
Implicit class that provides new methods for JsValues
.
Creates a Json from a sequence of pairs of dot-separated (or other separator) paths with the corresponding leaf values (eg.
Creates a Json from a sequence of pairs of dot-separated (or other separator) paths with the corresponding
leaf values (eg. List(("root.leaf1", "leafVal1"), ("root.leaf2", "leafVal2"))
the sequence of dot-separated (or other separator) paths
regex to use to separate fields
the resulting Json object
Creates a JsObject from a sequence of pairs of dot-separated (or other separator) paths with the corresponding leaf values (eg.
Creates a JsObject from a sequence of pairs of dot-separated (or other separator) paths with the corresponding
leaf values (eg. List(("root.leaf1", JsString("leafVal1")), ("root.leaf2", JsString("leafVal2")))
the sequence of dot-separated (or other separator) paths
regex to use to separate fields
the resulting JsObject
Object containing implicit classes and methods related to JSON handling.