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/3-burza->zpravy.json
2025-03-13 13:54:42 +01:00

21 lines
296 B
JSON

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