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

More detailed parse errors #12

Closed
josdejong opened this issue Oct 17, 2012 · 1 comment
Closed

More detailed parse errors #12

josdejong opened this issue Oct 17, 2012 · 1 comment
Labels

Comments

@josdejong
Copy link
Owner

Currently JSONEditor uses the built-in JSON parser of the browser, which does not give very detailed error messages on parse errors. It would be nice to improve this: give information where the error exactly is (line, column), and select the part resulting in an error in the editor.

Maybe integrate JSONLint for this?

@josdejong
Copy link
Owner Author

JSONLint is now integrated (version 1.6.0)

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

No branches or pull requests

1 participant