diff options
Diffstat (limited to 'test/json/basic2/input.json')
-rw-r--r-- | test/json/basic2/input.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/json/basic2/input.json b/test/json/basic2/input.json new file mode 100644 index 0000000..0ff47ad --- /dev/null +++ b/test/json/basic2/input.json @@ -0,0 +1,17 @@ +[ + "I am string", + "me too", + "", + "\\", + "\/", + "\b", + "\f", + "\n", + "\r", + "\t", + "\"quoted\"", + "http:\/\/www.google.com", + "one \n two \n three", + "front segment 'single quote' and \"double quote\" end segment" +] + |