{
  "string": "someVal",
  "int": 123,
  "array": [
    1,
    2
  ],
  "object": {
    "nestedString": "someVal"
  }
}