Skip to main content

引数

string
必須
Minifying の前に parse される JSON string。function はこの argument を string type checking で読みます。
DecodeOptions
Input JSON の parsing 中に使われる optional decode options。boolean は useNull を設定します。table は useNull と maxDepth を設定できます。

戻り値

string
Input の parsing と default encode options による re-encoding 後に生成される JSON string。

型

DecodeOptions

JSON 解析動作を制御します。

例

Valid JSON を parse し、default compact JSON output で re-encode します。