diff options
Diffstat (limited to 'csit/data/testTreePatchExample.json')
-rw-r--r-- | csit/data/testTreePatchExample.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/csit/data/testTreePatchExample.json b/csit/data/testTreePatchExample.json new file mode 100644 index 0000000000..31210b6289 --- /dev/null +++ b/csit/data/testTreePatchExample.json @@ -0,0 +1,11 @@ +{ + "name": "Right", + "nest": { + "name": "Bigger", + "birds": [ + "Eagle", + "Falcon", + "Pigeon" + ] + } +}
\ No newline at end of file |