From DailyJS:
JSON is typically used as a data interchange format. We use it for communicating with services over HTTP, and for configuration files. People are starting to take it beyond Douglas Crockford’s original definition to add more features. Let’s take a look at some of these extensions to JSON. JSON Schema JSON Schema is a JSON-based format for defining the structure of JSON data
Tagged: #json #documentation #javascript #parsing #strings #validation