Closed elsassph closed 9 years ago
Haxe has haxe.Json.parse() and haxe.Json.stringify() which map to the native browser JSON class or to a custom implementation for other targets.
haxe.Json.parse()
haxe.Json.stringify()
Optionally you can compile with -D haxeJSON to include a JSON fallback for browsers which do not have it built-in.
-D haxeJSON
Should probably look at the support class before commenting...
ts2hx could convert integer argument for space to a number of spaces :-P
space
Haxe has
haxe.Json.parse()
andhaxe.Json.stringify()
which map to the native browser JSON class or to a custom implementation for other targets.Optionally you can compile with
-D haxeJSON
to include a JSON fallback for browsers which do not have it built-in.