JSON Syntax
Data is name/value pairs wrapped in curly braces, or ordered lists in square brackets.
JSON
{
"course": "WEB-401",
"price": 1899,
"tags": ["web", "react"]
}JSON Tutorial
Source: Programming with Mosh
Data is name/value pairs wrapped in curly braces, or ordered lists in square brackets.
{
"course": "WEB-401",
"price": 1899,
"tags": ["web", "react"]
}