Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Is it possible to use nested Json ?

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles