Explain JSON Syntax Rules?
Answer / Aarchi Tyagi
JSON syntax rules include: 1) Data types must be strings, numbers, objects, arrays, booleans, or null. 2) Strings must be enclosed in double quotes. 3) Array elements are separated by commas and objects' key-value pairs are separated by colons. 4) No whitespace is allowed between keys and their values, or within string values (except for escaped spaces), except for a newline after the last comma of an array element and before the closing brace.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the json arrays?
Why do we use json in php?
Who is the father of json and what is the scripting language json is based on?
Why do we use json?
Who is the father or creater of json?
what is JSON objects?
Do you know json tools for java developer/
What is json formatter?
What is serialization and deserialization in json?
what are natively supported json types?
what is the difference between JSON and JSONP?
Name the browsers that support json format?