{
  "number": 1234567890,
  "array": ["tomato", "dodgerblue"],
  "boolean": true,
  "safe_integer": 9007199254740991,
  "unsafe_integer": 9007199254111741001,
  "text_block": "Line 1\nLine 2\n  Line 2.1\n  Line 2.2\nLine 3",
  "null": null,
  "object": {
    "dinosaurs": [
      {
        "id": "123",
        "name": "T-Rex",
        "icon": "🦖",
        "facts": [ "Carnivore", "Cretaceous Period" ]
      },
      {
        "id": "456",
        "name": "Brontosaurus",
        "icon": "🦕",
        "facts": [ "Herbivore", "Jurassic Period" ]
      }
    ]
  }
}