gson
https://github.com/google/gson
Java
A Java serialization/deserialization library to convert Java Objects into JSON and back
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported8 Subscribers
Add a CodeTriage badge to gson
Help out
- Issues
- Tighten the `InetAddress` check to IP literals
- Clarify when `JsonSyntaxException` is thrown
- InetAddress numeric-only check lets some non-IP strings through to name resolution
- Increase default JSON string buffer capacity
- `TypeAdapterRuntimeTypeWrapper` eagerly resolves the runtime-type adapter, so a failure building an adapter it would have discarded escapes to the caller
- Fix eager runtime TypeAdapter lookup discarding usable declared adapters
- [GLD Serializer Benchmark] Java gson 2.14.0 — spec compliance misses
- [GLD Serializer Benchmark] Kotlin gson 2.14.0 — spec compliance misses
- Reject unpaired surrogates in JsonWriter STRICT mode
- Fix date-only parsing failure when local midnight is skipped by DST
- Docs
- Java not yet supported