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

Remove dependency on json library #340

Closed
cdeszaq opened this issue Jun 8, 2017 · 0 comments
Closed

Remove dependency on json library #340

cdeszaq opened this issue Jun 8, 2017 · 0 comments
Assignees

Comments

@cdeszaq
Copy link
Collaborator

cdeszaq commented Jun 8, 2017

We have 2 different JSON processing libraries we depend on, json.org and Jackson. json.org causes problems for a number of reasons (it's not packaged in a way that's Java 8-friendly, and it has a non-standard versioning scheme), and Jackson is generally better (ie. more performant), so we should remove the dependency on json.org.

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

2 participants