InterviewSolution
Saved Bookmarks
| 1. |
What Is Json Syntax? |
|
Answer» JSON SYNTAX is derived from JavaScript object notation syntax. Data is in name/value pairs. Data is SEPARATED by commas. Curly BRACES hold objects. Square BRACKETS hold arrays. JSON syntax is derived from JavaScript object notation syntax. Data is in name/value pairs. Data is separated by commas. Curly braces hold objects. Square brackets hold arrays. |
|