Json Utility VBO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-20 11:28 AM
Hi ,
I want to convert Json to Collection and tried with Json Utility VBO but its getting error misplaced "". I tried with different inputs its not working.
Sample: Input
{
"firstName": "Rack",
"lastName": "Jackon",
"gender": "man",
"age": 24,
"address": {
"streetAddress": "126",
"city": "San Jone",
"state": "CA",
"postalCode": "394221"
},
"phoneNumbers": [
{ "type": "home", "number": "7383627627" }
]
}
Output : I need in Collection.
------------------------------
Sidramappa Hunashyal
SA
Accenture
Asia/Kolkata
------------------------------
I want to convert Json to Collection and tried with Json Utility VBO but its getting error misplaced "". I tried with different inputs its not working.
Sample: Input
{
"firstName": "Rack",
"lastName": "Jackon",
"gender": "man",
"age": 24,
"address": {
"streetAddress": "126",
"city": "San Jone",
"state": "CA",
"postalCode": "394221"
},
"phoneNumbers": [
{ "type": "home", "number": "7383627627" }
]
}
Output : I need in Collection.
------------------------------
Sidramappa Hunashyal
SA
Accenture
Asia/Kolkata
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-03-20 11:45 AM
Works fine for me (using BP version 6.4.0.8445)...
------------------------------
Cheers Astrid
------------------------------
------------------------------
Cheers Astrid
------------------------------
Cheers [FirstName]
