Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2666

Nested JSON Object

$
0
0

I need to create a nested JSON object that behaves nearly identical the current JSON ARRAY but i simply want an object.

e.g.
{
"name": "dr. cool",
"age": 103,
"parents" : {
"father": "sr. dr. cool",
"mother": "ms. cool"
}
}

is that possible?


Viewing all articles
Browse latest Browse all 2666

Trending Articles