Class JSON


  • @JsType(isNative=true,
            namespace="<global>")
    public class JSON
    extends Object
    The type Json.
    • Constructor Detail

      • JSON

        public JSON()
    • Method Detail

      • stringify

        public static String stringify​(Object obj)
        Stringify string.
        Parameters:
        obj - the obj
        Returns:
        the string
      • parse

        public static Object parse​(String obj)
        Parse object.
        Parameters:
        obj - the obj
        Returns:
        the object