Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

JSON

Code Block
languagejson
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}


Code Block
```json
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
```

...