26 lines
298 B
Plaintext
26 lines
298 B
Plaintext
{
|
|
|
|
"testobject" : [
|
|
{
|
|
"test" : 1,
|
|
"teststring" : "sdfasdf",
|
|
"teststringbla" : {
|
|
"testinginner" : 12,
|
|
"testingdd" : 12
|
|
}
|
|
}
|
|
]
|
|
,
|
|
|
|
"testparent": {
|
|
|
|
"testobject" : [
|
|
{
|
|
"test" : 1,
|
|
"teststring" : "sdfasdf"
|
|
}
|
|
]
|
|
|
|
}
|
|
|
|
} |