class haxe.Json

Available on all platforms

Crossplatform JSON API : it will automatically use the optimized native API if available. Use -D haxeJSON to force usage of the Haxe implementation even if a native API is found : this will provide extra encoding features such as enums (replaced by their index), Hashs and Iterable.

Class Fields

static function parse(text:String):Dynamic

static function stringify(value:Dynamic, ?replacer:Dynamic ->Dynamic ->Dynamic):String