-
Notifications
You must be signed in to change notification settings - Fork 63
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
Jaxon dependency maintenance status #30
Comments
This is a great callout. I have a local branch with a prototype of implementing JSON Streaming myself. That being said, this isn't a urgent concern for me as the JSON SPEC is unchanging and jaxon has quite a comprehensive test suite. For me, the real reason to use change this bit of the library is to change how stream parsing actually works. Currently, when the accumulator is
The stream parser only emits Where as I'd like a stream parser that emits To get this working "properly" with Jaxon was going to be a big pain. There is an alternative hacky solution where we just try parsing by appending a Anyways, that was more than you bargained for. When we revisit this code, i'm only going to make a change if we can also support streaming partial strings. That's a big feature in other language implementations of instructor. |
100% agreeing ; I was mostly opening the issue to ensure we do not expand the use unknowingly, as I wasn't aware of how aware you would be or not :-)
I do appreciate the depth of feedback you provided 😄 I will mull over this, and if I have actionable ideas, will not hesitate to contribute on this. |
Jaxon is used in a couple of places in the library.
The thing is this library has not seen any commit in the last 2.5 years (https://github.com/boudra/jaxon).
I would suggest that we consider moving to something with a better maintenance ultimately, and try to reduce expanding the usage in
instructor_ex
.Opening the issue to ensure we are all aware of that!
Related links:
The text was updated successfully, but these errors were encountered: