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