haXe API Documentation
Back | Index
class haxe.Json
Available in flash8, neko, js, flash, php, cpp
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.
static function parse(text : String) : Dynamic
static function stringify(value : Dynamic, ?replacer : Dynamic -> Dynamic -> Dynamic) : String
Back | Index