Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Last object is NULL or BOOLEAN or NUMBER #7

Open
patrickp opened this issue Aug 2, 2018 · 0 comments
Open

Last object is NULL or BOOLEAN or NUMBER #7

patrickp opened this issue Aug 2, 2018 · 0 comments
Labels

Comments

@patrickp
Copy link
Owner

patrickp commented Aug 2, 2018

Verify parsing is working right when last item is a NULL. It will convert to json just fine, but a get generates an error. You will also see an error on the parse complaining about missing last }. It looks to be an issue possibly with determine the end of those items and a } with no space. Example

{ "value": null}
May have something to do with no quote and knowing we are pass the NULL entry.

@patrickp patrickp added the bug label Aug 2, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant