mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 17:55:33 +00:00
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"stringField": "some string",
|
|
"numberField": 123,
|
|
"structField": {
|
|
"numField": 42,
|
|
"arrField": ["str1", "str2"]
|
|
}
|
|
}
|