Commit 954d1d03 authored by wang's avatar wang

环境兼容

parent 9d16e605
......@@ -23,4 +23,24 @@
... 1113 more items
]
```
\ No newline at end of file
```
0
:
"{\"foo\\u0000bar\":42}"
1
:
"INVALID:SyntaxError: Expected ',' or ']' after array element in JSON at position 3"
2
:
"INVALID:SyntaxError: Unexpected token '�', \"�{}\" is not valid JSON"
3
:
"INVALID:SyntaxError: Unexpected token '�', \"��[\u0000\u0000�\u0000\u0000]\u0000\" is not valid JSON"
{"foo\u0000bar":42}
INVALID:SyntaxError: Unexpected token t in JSON at position 3
INVALID:SyntaxError: Unexpected token � in JSON at position 0
INVALID:SyntaxError: Unexpected token � in JSON at position
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment