Question
Maantic Inc
US
Last activity: 9 Jan 2021 23:34 EST
How to create Page and class when multiple embedded pages have same name under a page
Hi, We are trying to process JSON response and store values in database.
JSON response have multiple child array object with same name, it fails to create class and parse response datatransform.
Want to understand, how loop through values and get for DB operation.
Hi, We are trying to process JSON response and store values in database.
JSON response have multiple child array object with same name, it fails to create class and parse response datatransform.
Want to understand, how loop through values and get for DB operation.
{"id": "121",
"updatedAt": "2020-01-01",
"status": "TEST",
"inputs": [
{
"id": "TEST",
"inputs": [
{
"id": "TEST",
"inputs": [
{
"id": "TEST",
"value": "TEST"
},
{
"id": "TEST",
"inputs": [
{
"id": "TEST",
"value": "TEST"
},
{
"id": "TEST",
"value": "TEST"
}
]
}
]
},
{
"id": "TEST",
"inputs": [
{
"id": "TEST",
"value": "TEST"
},
{
"id": "TEST",
"inputs": [
{
"id": "TEST",
"value": "TEST"
}
]
}
]
}
]
}
]
}
Clipboard page