duster/js/test_cases/helpers_eq/input1.json

17 lines
163 B
JSON
Raw Normal View History

{
"str": "master",
"int": 7,
"alpha": 21,
2020-05-10 18:33:17 +00:00
"beta": "21",
2020-05-16 18:15:44 +00:00
"null": null,
"array_lower": [
3,
5,
7
],
"array_higher": [
8,
9
]
}