{
  "hola": 2,
  "list": [

  ],
  "a": true,
  "other": [
    {
      "a": 1,
      "b": 2,
      "c": [
        "asd",
        "qwe",
        {
          "a": 1,
          "b": 2
        }
      ]
    },
    {
      "a": 3,
      "b": 4
    },
    false,
    true,
    null,
    "hola"
  ]
}