Who is the father of json and what is the scripting language json is based on?
Answer / Anuj Verma
JSON (JavaScript Object Notation) was developed by Douglas Crockford, who is often referred to as the 'father of JSON'. JSON is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, standard ECMA-262 3rd Edition - December 1999.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are natively supported json types?
What is a json database?
Explain json with php?
What is serialization in javascript?
How to Generate or Send JSON Data at the Server Side?
What is json object?
Explain how to convert json text to a javascript object?
What is json string?
What does object.create do?
How to delete an index from json obj?
What is a json payload?
Explain how you can convert a string into a JSON Array?