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 supported3 Subscribers
Add a CodeTriage badge to gson
Help out
- Issues
- Add Gson method for creating new instances (using `InstanceCreator`s)
- Add `JsonWriter` methods `setEscapeNonAsciiChars` and `setEscapeAllControlChars`
- Improve CharSequence support
- gson-extras `GraphAdapterBuilder` depends on internal Gson classes
- Fix for issues #904 and #2144
- Registering an `ExclusionStrategy` for deserialization affects serialized output
- `ReflectiveTypeAdapterFactory.BoundField` should not call `checkAccessible` for every read and write
- Add `JsonDeserializationContext.deserialize` overload with `TypeToken` parameter
- Create .github/workflows/scorecard.yml
- Add strategies for unknown and missing fields
- Docs
- Java not yet supported