diff options
Diffstat (limited to 'contrib/libxo/tests/xo/saved/xo_02.JP.out')
-rw-r--r-- | contrib/libxo/tests/xo/saved/xo_02.JP.out | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/contrib/libxo/tests/xo/saved/xo_02.JP.out b/contrib/libxo/tests/xo/saved/xo_02.JP.out new file mode 100644 index 000000000000..c540731430a4 --- /dev/null +++ b/contrib/libxo/tests/xo/saved/xo_02.JP.out @@ -0,0 +1,84 @@ +{ + "a": { + "b": { + "c": { + "state": "North Carolina", + "city": "Raleigh", + "state": "North Carolina", + "city": "Raleigh" + } + } + } +} +{ + "a": { + "b": { + "c": { + "state": "North Carolina", + "city": "Raleigh" + } + } + } +} +{ + "a": { + "b": { + "c": { + "state": "North Carolina", + "city": "Raleigh", + "d": { + "e": { + "f": { + "state": "North Carolina", + "city": "Raleigh" + } + } + }, + "state": "North Carolina", + "city": "Raleigh" + } + } + } +} +"a": { + "b": { + "c": { + "state": "North Carolina", + "city": "Raleigh" + } + } +}{ + "a": { + "b": { + "c": { + "state": "North Carolina", + "city": "Raleigh" + } + } + } +} +{ } +"answer": { +"state": "North Carolina", +"city": "Raleigh" +}{ + "top": { + "data": { + "tag": "value1" "tag": "value2" + } + } +} +"machine": [ + { + "name": "red", + "memory": "55" + }, + { + "name": "green", + "memory": "55" + }, + { + "name": "blue", + "memory": "55" + } +]
\ No newline at end of file |