Monthly Archives: July 2010

Parsing JSON via ScriptEngine in the JDK

I’m writing some REST WebServices that return JSON and wanted to ensure that my JSON was correctly formatted and parsable. Since the JDK ships with a JavaScript engine built into it now, I figured it would be simplest to just … Continue reading

Posted in JSON, Java, WebService | 1 Comment