JSON Lint EXT

Example for the Extended JSON parser: the editor uses the location information for marking JSON errors within the editor-view.
Enabling strict mode will give an error, if the JSON contains duplicate properties.
NOTE: The editor demo is based on the Esprima Demo using the JavaScript editor component of Orion.

Validation Results
 

{
 
 "duplicate_property": "first value!",
 
 "duplicate_property": ["second",
 "value", 
 3]}

project on github (based on jsonlint@github)