Initial commit of json examples
This commit is contained in:
20
docs/json_examples/3-burza->zpravy.json
Normal file
20
docs/json_examples/3-burza->zpravy.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user