Package cn.mapway.ui.client.tools
Class JSON
- java.lang.Object
-
- cn.mapway.ui.client.tools.JSON
-
@JsType(isNative=true, namespace="<global>") public class JSON extends ObjectThe type Json.
-
-
Constructor Summary
Constructors Constructor Description JSON()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectparse(String obj)Parse object.static Stringstringify(Object obj)Stringify string.
-