JsonParserByLeo/Wf/Inc/dom_test.json

15 lines
211 B
JSON
Raw Permalink Normal View History

2026-07-21 09:42:30 -05:00
{
"symbol": "EURUSD",
"bid": 1.2345,
"active": true,
"neg": -42,
"meta": {
"id": 7,
"nested": {
"deep": "ok"
}
},
"ae": [[10, 10], [20, 20]],
"precios": [10, 20, 30, 40, 50]
}
2026-07-21 10:38:19 -05:00