JSON for ExtendScript
JSON is a standard JavaScript data format. Considering how close ExtendScript is to JavaScript it is very baffling that common functions like JSON.parse and JSON.stringify are not supported.
Support for JSON would be very appreciated.
14
votes
Leo Quensel
shared this idea
-
Mark Nicoll commented
Have you tried https://github.com/douglascrockford/JSON-js ?