You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 (seeParsedLine
interface). It should be pretty straightforward to use a "real" parser (perhaps using Parboiled) to improve parsing and suggestion robustness.The text was updated successfully, but these errors were encountered: