JSON File Extract
- New
- How-to
-
Shenbagam Balakumar
- PowerBuilder
- Monday, 26 May 2025 11:32 AM UTC
Hi Team,
{
"data": {
"content": [{
"Name": "test",
"country": "GB",
"Contact info": {
"email": "test@gmail.com",
"businessUnit": "GB01"
}
},
{
"Name": "test1",
"country": "KB",
"Contact info": {
"email": "test1@gmail.com",
"businessUnit": "KB01"
}
}]
}
}
I'm able to extract the data using json package. Now, I want to extract the value of email and businessunit values under "Contact info" tag.
Thanks,
Shenbagam Balakumar.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.