|
|
|
|
|
by peoplefromibiza
1030 days ago
|
|
not according to jq or firefox >> JSON.parse("\u0000")
Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
<anonymous> debugger eval code:1
at that point "null" looks like a better more compatible option. |
|
\u0000 works fine with firefox with the proper syntax
and jq supports it too