cancel
Showing results for 
Search instead for 
Did you mean: 

Json Utility VBO

SidramappaHunas
Level 4
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
------------------------------
1 REPLY 1

AstridStollberg
Level 6
​Works fine for me (using BP version 6.4.0.8445)...

------------------------------
Cheers Astrid
------------------------------
Cheers [FirstName]