HTCondor View

Testing

JSON: Valid

[{foo:bar},{foo:qux}]

JSON: Missing brackets

{foo:bar},{foo:qux}

JSON: Missing brackets and extra comma

{foo:bar},{foo:qux},

JSON: Extra comma

[{foo:bar},{foo:qux},]

Not implemented. Highly unlikely to be found in the wild.

Strict JSONP: Valid

jsonp([{foo:bar},{foo:qux}]);

"Strict" means the first 6 characters must be exactly "jsonp(" and the last two ");".

END