[
  {
    "a": 1
  },
  {
    "a": [
      "hello",
      "world"
    ]
  },
  {
    "a": {
      "b": true,
      "c": false
    }
  }
]