@:value({ replacer : null, space : null })new(?space:String, ?replacer:(Dynamic, Dynamic) ‑> Dynamic)
format:TextFileFormat
read onlyspace:String
If space is given and is not null, the result will be pretty-printed. Successive levels will be indented by this string.
read onlyreplacer:(Dynamic, Dynamic) ‑> Dynamic
If replacer is given and is not null, it is used to retrieve the actual object to be encoded. The replacer function takes two parameters, the key and the value being encoded. Initial key value is an empty string.
append(baseText:String, appendText:String, id:String):String
merge(baseText:String, mergeText:String, id:String):String
parse(str:String):JSONData
print(data:Dynamic):String