summaryrefslogtreecommitdiffstats
path: root/csit/data/testTreePatchExample.json
diff options
context:
space:
mode:
Diffstat (limited to 'csit/data/testTreePatchExample.json')
-rw-r--r--csit/data/testTreePatchExample.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/csit/data/testTreePatchExample.json b/csit/data/testTreePatchExample.json
new file mode 100644
index 000000000..31210b628
--- /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