-
Ivan Doroshenko authored
Issue #3068584 by Matroskeen, jhchnc, gapple, azussman: item_selector failing to grab a inner level JSON array
Ivan Doroshenko authoredIssue #3068584 by Matroskeen, jhchnc, gapple, azussman: item_selector failing to grab a inner level JSON array
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
item_selector.json 444 B
{
"status": "ok",
"data": [
{
"id": 1,
"title": "1 item",
"items": [
{
"id": 1,
"title": "1.1 item"
},
{
"id": 2,
"title": "1.2 item"
}
]
},
{
"id": 2,
"title": "2 item",
"items": [
{
"id": 3,
"title": "2.1 item"
}
]
}
],
"data_empty": [],
"data_false": false
}