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

Json parsing / completion not robust #2

Open
bobvawter opened this issue Jun 7, 2017 · 0 comments
Open

Json parsing / completion not robust #2

bobvawter opened this issue Jun 7, 2017 · 0 comments

Comments

@bobvawter
Copy link
Member

Json parsing is currently performed via gson's JsonReader tokenizer, however this doesn't quite provide the necessary text-chunking to play nicely with jline's completion behavior (see ParsedLine interface). It should be pretty straightforward to use a "real" parser (perhaps using Parboiled) to improve parsing and suggestion robustness.

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

No branches or pull requests

1 participant