This repository was archived by the owner on Oct 23, 2019. It is now read-only.
This repository was archived by the owner on Oct 23, 2019. It is now read-only.
Unexpected token U in json at position 0 when parsing and generating a revivor #38
Closed
Description
So I can't really tell what the problem is here through debugging.
It looks like it crashes on text that equals "[]" but only once, so I really don't understand, it handles other "[]"'s just fine.
I have some screenshots to show the problem but that's about it
Right before errors:
https://gyazo.com/28e462403a9531401aa11f07763b2e2d
Errors:
https://gyazo.com/088ed99ac484b54097b44d57bbd12201
If you want to see the json that's being parsed, I can help.
Might it have something to do with the comment where you say that it can't handle JS? Or is that just for functions and other variable allocation stuff?
Thanks for any help <3