API
Class

JSON ($UI/system/lib/base/JSON)

使用范围:UI2

Contents

class JSON ($UI/system/lib/base/JSON)

JSON工具类

Constructor Top

  JSON ()

Static Methods Top

object parse (String obj)
String stringify (object obj)

Constructor details Top

public JSON ()

JSON工具类

Static Methods Detail Top

static public object parse (String obj)

把字符串解析成json

Parameters

String obj

Return Value

object

static public String stringify (object obj)

把json序列化成字符串

Parameters

object obj

Return Value

String