String to Object
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2021 07:09 AM
Hi All, KIndly help to get below output
"entity": [
{
"tenantId": "tv",
"type": "rdm/lookupTypes/FAMILY_TYPE",
"code": "Delivery Assurance",
"enabled": true,
"parents": [
"rdm/lookupTypes/FAMILY/Consulting",
"rdm/lookupTypes/FAMILY/Services"
]
},
{
"tenantId": "tv",
"type": "rdm/lookupTypes/PARENT_TYPE",
"code": "Delivery Service",
"enabled": true,
"parents": [
"rdm/lookupTypes/FAMILY/Training"
]
}
]
Output
[
{
"code": "Delivery Assurance",
"Parents" : "Consulting"
},
{
"code": "Delivery Assurance",
"Parents" : "Services"
},
{
"code": "Delivery Service",
"Parents" : "Training"
}
]
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2021 08:47 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2021 04:05 AM
THanks a lot. this is really helpful.
