haXe API Documentation
Back |
Indexclass haxe.Json
Available in flash8, neko, js, flash, php, cpp, cs, java
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) : String
Back |
Index