Who is credited with getting the json movement started?
Answers
Answered by
1
this is credited with getting the json movement started.
Answered by
1
Douglas Crockford is credited with getting the JSON movement started. JSON stands for JavaScript Object Notation and is a standard data/file format which is widely used in the client-server communication.
Earlier, XML format was used to transfer the data by Application Programming Interfaces but now the XML has been replaced in popularity by the JSON format. In JSON, the data is arranged in the format of key-value pairs.
The JSON is called so because JSON data format is exactly similar to the format of constructing an object in JavaScript.
Similar questions