UNPKG

@extendscript/aes.patch.json

Version:

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

6 lines (3 loc) 127 B
#include '../json.js' var jsonString = ('{"test":true}'); $.writeln( JSON.stringify(JSON.parse(jsonString)) === jsonString);