Is it possible to use nested Json ?
-
Is is possible to send data to a webhook (Nested Json) like :
Example:
{
“accounting” : [
{ “firstName” : “John”,
“lastName” : “Doe”,
“age” : 23 }
],
“sales” : [
{ “firstName” : “Sally”,
“lastName” : “Green”,
“age” : 27 }
]`
}Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is it possible to use nested Json ?’ is closed to new replies.