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 gson v2.12.0, parse json strictly #70

Merged
merged 20 commits into from
Feb 3, 2025
Merged

use gson v2.12.0, parse json strictly #70

merged 20 commits into from
Feb 3, 2025

Conversation

esaulpaugh
Copy link
Owner

@esaulpaugh esaulpaugh commented Jan 31, 2025

use gson v2.12.0 by default;
parse json more strictly (strictness depends on gson version, v2.11.0+ is more strict);
require gson v2.11.0 or greater to compile;
raise minumum gson version at runtime from 2.0 to 2.1;
improve dependency resolution rules for gson;
raise minumum gradle version to 5.0;
add note to README on how to get best JSON parsing performance;

@esaulpaugh esaulpaugh changed the title use gson v2.11.0, parse json strictly use gson v2.12.0, parse json strictly Feb 2, 2025
@esaulpaugh esaulpaugh merged commit 4f1fcec into master Feb 3, 2025
26 checks passed
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.

1 participant