Explain what is json?
Answer / Suneel Kumar Rastogi
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. It uses a simple syntax based on double-quoted strings, curly braces for objects, square brackets for arrays, and colon separators to indicate keys.
| Is This Answer Correct ? | 0 Yes | 0 No |
Compare json with javascript?
what is JSON objects?
Why is json used?
Is json rest or soap?
What are the similarities between json and xml?
What is the full syntax of json.stringify?
What does json parse do?
what are natively supported json types?
Why do we use json in php?
Can a comment be added inside a json file?
How do you decode a json string?
Explain Syntax of JSON using JavaScript?