{
  "from_test_json": {
    "number": 1000.0,
    "boolean": false,
    "str": "test",
    "array": ["a", "b", "c"],
    "numberArray": [3, 4, 5],
    "booleanArray": [false, true, false],
    "stringArray": ["d", "e", "f"],
    "objectArray": ["1"],
    "camelCase": "test",
    "null": "null",
    "with.dot": "from_test_json",
    "regex": "some-regex-from-test-json.*"
  }
}
