Class JSON

java.lang.Object
cn.mapway.ui.client.tools.JSON

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

    • JSON

      public JSON()
  • Method Details

    • 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