Class aaoh.kaze.JSON
Defined in: <lib\aaoh.kaze-core.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
JSON。
|
Method Attributes | Method Name and Description |
---|---|
parse(strJSON)
文字列JSONをJSONオブジェクトにパースします。
|
|
stringify(jsonObj)
JSONオブジェクトを文字列JSONに変換します。
|
Method Detail
{Object}
parse(strJSON)
文字列JSONをJSONオブジェクトにパースします。
- Parameters:
- {String} strJSON
- 文字列JSON
- Returns:
- {Object} JSONオブジェクト
{String}
stringify(jsonObj)
JSONオブジェクトを文字列JSONに変換します。
- Parameters:
- {Object} jsonObj
- JSONオブジェクト
- Returns:
- {String} 文字列JSON