duster/js/test_cases/helpers_gt/input1.json

19 lines
209 B
JSON
Raw Normal View History

{
"str": "master",
"int": 7,
"alpha": 21,
"beta": "21",
2020-05-16 17:46:31 +00:00
"null": null,
"true_value": true,
2020-05-16 18:15:44 +00:00
"false_value": false,
"array_lower": [
3,
5,
7
],
"array_higher": [
8,
9
]
}