JsonParserByLeo/Wf/Inc/dom_test.json
Nique_372 e752ef67b3
2026-07-21 10:38:19 -05:00

15 lines
No EOL
211 B
JSON

{
"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]
}