Archived
3
0
This repository has been archived on 2025-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zmp24-docs/docs/json_examples/2-zpravy->burza.json
2025-03-13 13:54:42 +01:00

21 lines
287 B
JSON

{
"date": "2012-04-23T18:25:43.511Z",
"stocks": [
{
"name": "MSFT",
"raiting": -8,
"prodat": null
},
{
"name": "HPQ",
"raiting": 2,
"prodat": null
},
{
"name": "TXN",
"raiting": 10,
"prodat": null
}
]
}