Question
Maantic Inc
US
Last activity: 5 May 2021 23:07 EDT
do we have any OOTB to convert JSON array to JSON object
Hi,
do we have any OOTB to convert JSON array to JSON object
JSON input
{
"id": "addressLine1",
"value": "123 main road"
},
{
"id": "city",
"value": "Boston"
}
expected output in clipboard
Property value
addressLine1 123 main road
city Boston