Skip to content

Switch JSON parsing to Gson for improved reliability#91

Merged
cb-alish merged 6 commits intov4from
fix/json-library-include
Feb 24, 2026
Merged

Switch JSON parsing to Gson for improved reliability#91
cb-alish merged 6 commits intov4from
fix/json-library-include

Conversation

@cb-karthikp
Copy link
Collaborator

@cb-karthikp cb-karthikp commented Feb 24, 2026

  • Replace the internal JSON parser with Google Gson for more reliable and spec-compliant JSON handling.
  • Update all model classes to parse JSON via Gson's JsonObject instead of raw strings, improving performance and correctness.
  • Add Gson 2.13.2 as a dependency and document version conflict guidance in README.

@snyk-io
Copy link

snyk-io bot commented Feb 24, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@cb-karthikp cb-karthikp changed the title Include JSON library Switch JSON parsing to Gson for improved reliability Feb 24, 2026
@cb-alish cb-alish marked this pull request as ready for review February 24, 2026 12:15
@cb-alish cb-alish merged commit c99179e into v4 Feb 24, 2026
6 checks passed
@cb-alish cb-alish deleted the fix/json-library-include branch February 24, 2026 12:17
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