Verifying JSON parse input w/o exceptions #4409
Replies: 1 comment
-
Sorry nevermind. I made a silly mistake. My emscripten target does support exceptions via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I am compiling for a target that does not support exceptions, can I use this library to verify the input is valid JSON before sending it to
json.parse
?I want to avoid aborting, but still handle invalid input gracefully on a target without exception support.
Beta Was this translation helpful? Give feedback.
All reactions