aqua/npm/test/data.json
2022-02-02 14:40:10 +03:00

9 lines
134 B
JSON

{
"stringField": "some string",
"numberField": 123,
"structField": {
"numField": 42,
"arrField": ["str1", "str2"]
}
}