diff --git a/JSON-var.txt b/JSON-var.txt new file mode 100644 index 0000000..8dbd82a --- /dev/null +++ b/JSON-var.txt @@ -0,0 +1 @@ +string json = "{\"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