aqua/npm/test/data.json

9 lines
134 B
JSON
Raw Normal View History

2022-02-02 11:40:10 +00:00
{
"stringField": "some string",
"numberField": 123,
"structField": {
"numField": 42,
"arrField": ["str1", "str2"]
}
}