Archived
3
0

Initial commit of json examples

This commit is contained in:
Matej-Zucha-TUL
2025-03-13 13:54:42 +01:00
committed by Ondřej Mekina
parent 0767f20ecd
commit 1dfbf3fb7c
4 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"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
}
]
}