Skip to content
Snippets Groups Projects
foo.json 323 B
Newer Older
  • Learn to ignore specific revisions
  • Amira Abdel-Rahman's avatar
    Amira Abdel-Rahman committed
    {
      "planet": "Earth",
      "city.name": "anytown",
      "name": {
        "first": "Johnny",
        "last": "B."
      },
      "is_student": false,
      "planett": [
        "jupiter",
        "earth"
      ],
      "a": {
        "new": {
          "field": {
            "as": {
              "object": {
                "hello": "world"
              }
            }
          }
        }
      }
    }