Quantcast
Channel: coder i|o: #strings
Viewing all articles
Browse latest Browse all 138

JSON Extensions

$
0
0

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

Click here to read more

Tagged: #json #documentation #javascript #parsing #strings #validation


Viewing all articles
Browse latest Browse all 138

Trending Articles