JSON Tutorial

JSON Syntax

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"]
}