diamorphosis
Version:
Use - JSON file(s) - .env file for development - ENV vars
17 lines (16 loc) • 379 B
JSON
{
"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.*"
}
}