== Class aaoh.kaze.JSON
{{{ comment
============================== class summary ==========================
}}}
=== Defined in: <aaoh.kaze-core.js>.
{{{ comment
============================== constructor summary ====================
}}}
||*||Class Summary||
||||[aaoh.kaze.JSON#constructor aaoh.kaze.JSON]()[[BR]]JSON。||
{{{ comment
============================== properties summary =====================
}}}
{{{ comment
============================== methods summary ========================
}}}
||*||Method Summary||
||||[aaoh.kaze.JSON#parse parse](strJSON)[[BR]]文字列JSONをJSONオブジェクトにパースします。||
||||[aaoh.kaze.JSON#stringify stringify](jsonObj)[[BR]]JSONオブジェクトを文字列JSONに変換します。||
{{{ comment
============================== events summary ========================
}}}
[[BR]]
{{{ comment
============================== constructor details ====================
}}}
== Class Detail #constructor
==== aaoh.kaze.JSON()
* JSON。
{{{ comment
============================== field details ==========================
}}}
{{{ comment
============================== method details =========================
}}}
== Method Detail
==== {Object} parse(strJSON) #parse
* 文字列JSONをJSONオブジェクトにパースします。
* Parameters
* {String} strJSON
* 文字列JSON
* Returns
* {Object} JSONオブジェクト
==== {String} stringify(jsonObj) #stringify
* JSONオブジェクトを文字列JSONに変換します。
* Parameters
* {Object} jsonObj
* JSONオブジェクト
* Returns
* {String} 文字列JSON
{{{ comment
============================== event details =========================
}}}