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
------------------------------