Initial commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"Extra value after close": true} "misplaced quoted value"
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Illegal expression": 1 + 2}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Illegal invocation": alert()}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Numbers cannot have leading zeroes": 013}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Numbers cannot be hex": 0x14}
|
||||
+1
@@ -0,0 +1 @@
|
||||
["Illegal backslash escape: \x15"]
|
||||
+1
@@ -0,0 +1 @@
|
||||
[\naked]
|
||||
+1
@@ -0,0 +1 @@
|
||||
["Illegal backslash escape: \017"]
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Missing colon" null}
|
||||
+1
@@ -0,0 +1 @@
|
||||
["Unclosed array"
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Double colon":: null}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Comma instead of colon", null}
|
||||
+1
@@ -0,0 +1 @@
|
||||
["Colon instead of comma": false]
|
||||
+1
@@ -0,0 +1 @@
|
||||
["Bad value", truth]
|
||||
+1
@@ -0,0 +1 @@
|
||||
['single quote']
|
||||
+1
@@ -0,0 +1 @@
|
||||
[" tab character in string "]
|
||||
+1
@@ -0,0 +1 @@
|
||||
["tab\ character\ in\ string\ "]
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
["line
|
||||
break"]
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
["line\
|
||||
break"]
|
||||
+1
@@ -0,0 +1 @@
|
||||
[0e]
|
||||
+1
@@ -0,0 +1 @@
|
||||
{unquoted_key: "keys must be quoted"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
[0e+]
|
||||
+1
@@ -0,0 +1 @@
|
||||
[0e+-1]
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Comma instead if closing brace": true,
|
||||
+1
@@ -0,0 +1 @@
|
||||
["mismatch"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"extra brace": 1}}
|
||||
+1
@@ -0,0 +1 @@
|
||||
["extra comma",]
|
||||
+1
@@ -0,0 +1 @@
|
||||
["double extra comma",,]
|
||||
+1
@@ -0,0 +1 @@
|
||||
[ , "<-- missing value"]
|
||||
+1
@@ -0,0 +1 @@
|
||||
["Comma after the close"],
|
||||
+1
@@ -0,0 +1 @@
|
||||
["Extra close"]]
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"Extra comma": true,}
|
||||
Reference in New Issue
Block a user