Replies: 1 comment
|
Good point! Will create an issue for this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The following code throws a
parse_error.106exception due to the01token.However, if the first part of the JSON object up to
01is pre-initialized, then the '01' token is treated as a string and the code runs successfully.Related: #4446
All reactions