JsonParserByLeo/Wf/Inc/parser_roundtrip.json
2026-07-21 09:42:30 -05:00

17 lines
250 B
JSON

{
"symbol": "EURUSD",
"bid": 1.2345,
"active": true,
"disabled": false,
"nothing": null,
"neg": -42,
"tags": ["fx", "major"],
"meta": {
"id": 7,
"nested": {
"deep": "ok"
}
},
"empty_obj": {},
"empty_arr": []
}