mirror of
https://github.com/halaxa/json-machine.git
synced 2025-02-22 15:12:21 +01:00
20 lines
250 B
JSON
20 lines
250 B
JSON
{
|
|
"datafeed": {
|
|
"info": {
|
|
"category": "Category name"
|
|
},
|
|
"programs": [
|
|
{
|
|
"program_info": {
|
|
"id": "X0"
|
|
}
|
|
},
|
|
{
|
|
"program_info": {
|
|
"id": "X1"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|