UNPKG

@extendscript/aes.patch.json

Version:

Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.

7 lines (4 loc) 115 B
#include "../json.js" var json = '{"hundred":100}'; var obj = JSON.parse(json); $.writeln( obj.hundred === 100);