Hi all,
I am working on a project regarding updating the JSON file. A sample JSON file as below
{
details{
‘name’:‘abc’,
‘mobile’:9090909090
id:1
},
office{
id:23,
mail:‘abc@abc.com’
}
}
While I use invoke method to replace the values of this JSON from another data table I get a error that “key of same name already exists for id”. I should be able to have both the id keys in my JSON.
While updating the values with the details key, the name, mobile, id are showing horizontally rather than vertically.
1 post - 1 participant