Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Strings larger than about 800 docs throw a JSON.parse() error #57

Open
Chozzle opened this issue Mar 9, 2017 · 1 comment
Open

Strings larger than about 800 docs throw a JSON.parse() error #57

Chozzle opened this issue Mar 9, 2017 · 1 comment

Comments

@Chozzle
Copy link

Chozzle commented Mar 9, 2017

I'm trying to pass a string to load() because iOS won't load from a URL.
It happens on both Android and iOS. It attempts to parse a mystery line after the last line of the string at 4743 line = JSON.parse(line); but the mystery line appears to be a random part of the data, not split at a line break so it throws JSON Syntax Error. Is it a caching issue?

@nolanlawson
Copy link
Member

nolanlawson commented Mar 15, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants