Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Application crashes with a large JSON file #19

Open
ghost opened this issue Aug 7, 2013 · 1 comment
Open

Application crashes with a large JSON file #19

ghost opened this issue Aug 7, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 7, 2013

When I copy pasted my JSON file into your application, I received the following error:

Parse error on line 2203:
...: 7.06, "19
----------------------^
Expecting 'STRING'

When I browsed the file, the last imported part of file is up to line 1910 (So almost one third of it was formatted properly only). So I guess that there is some kind of limit with how large files are in content. The formatted JSON is cut from there, so the resulted file is broken. In my opinion, that is a bug.

@umbrae
Copy link
Owner

umbrae commented Aug 7, 2013

This is a known issue with the plugin that provides line numbers. If you switch to JSONLint Pro (top left), you won't see this issue.

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

No branches or pull requests

1 participant