Just we can validate an incomeing XML file based on the pre-defined schema, i.e. XSD or DTD, can we performation a validtaion on an incoming JSON object. Is there any JSON Schema Definition available?
+2
A:
There's a working draft of a JSON schema. You could also take a look at Cerny.
Darin Dimitrov
2009-12-15 08:36:37