JSON Object in Acrobat X
I'm using Acrobat X to create a dynamic form. Acrobat X uses Javascript 1.8 as I have read. Javascript 1.7 added native support for JSON using the JSON object. The JSON.stringify and JSON.parse methods would be really nice to have.... BUT WHERE IS IT? All the other Global Objects seem to be there (Math, Infinity, etc)
Beau Brewer