summaryrefslogtreecommitdiff
path: root/support/cJSON-master/tests/inputs/test2.expected
diff options
context:
space:
mode:
Diffstat (limited to 'support/cJSON-master/tests/inputs/test2.expected')
-rw-r--r--support/cJSON-master/tests/inputs/test2.expected18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/cJSON-master/tests/inputs/test2.expected b/support/cJSON-master/tests/inputs/test2.expected
new file mode 100644
index 0000000..d42a017
--- /dev/null
+++ b/support/cJSON-master/tests/inputs/test2.expected
@@ -0,0 +1,18 @@
+{
+ "menu": {
+ "id": "file",
+ "value": "File",
+ "popup": {
+ "menuitem": [{
+ "value": "New",
+ "onclick": "CreateNewDoc()"
+ }, {
+ "value": "Open",
+ "onclick": "OpenDoc()"
+ }, {
+ "value": "Close",
+ "onclick": "CloseDoc()"
+ }]
+ }
+ }
+} \ No newline at end of file