JavaScript question detail
What are the syntax rules of JSON
Below are the list of syntax rules of JSON
- The data is in name/value pairs
- The data is separated by commas
- Curly braces hold objects
- Square brackets hold arrays
JavaScript question detail
Below are the list of syntax rules of JSON