Class Json

java.lang.Object
org.pkl.core.util.json.Json

public final class Json extends Object
Parser for JSON.

JSON types are paresd into the following Java types:

JSON type Java type
object Json.JsObject
array Json.JsArray
number Integer or Double
boolean Boolean
null null
string String