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

Use more lightweight library for parsing/handling JSON data #1

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

Hopefuls
Copy link
Contributor

@Hopefuls Hopefuls commented Jun 2, 2024

As per request by a user in discord, the library currently uses fasterxml-jackson databind, which in itself is likely too large for a library with this little volume, especially when this library is required to be shaded/exported into the final jar users will export.

image

Replacing said jackson-core databind with a more lightweight library, org.json:

image

Tested locally using the already existing "LocalTesting.java", works as well as before.

@Hopefuls
Copy link
Contributor Author

Hopefuls commented Jun 2, 2024

Keeping stleary/JSON-java#893 in mind, will update with another pr once this goes through

@DevLeoko DevLeoko merged commit 011b68b into DevLeoko:main Jun 2, 2024
@DevLeoko
Copy link
Owner

DevLeoko commented Jun 2, 2024

Thanks for contributing!

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

Successfully merging this pull request may close these issues.

2 participants