I’m using the native JSON functionality of Adobe AIR 3. My objects are being successfully converted to JSON strings with the native “JSON.stringify()” function but all data is being written on one line with no spaces. Is there a way to make this output human-readable with correct tabs and spaces?
Share
From documentation
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/JSON.html
stringify have optional parameter space. Did you try it?