Class Json


  • public class Json
    extends java.lang.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