GitHub
github.com › google › gson
GitHub - google/gson: A Java serialization/deserialization library to convert Java Objects into JSON and back · GitHub
A Java serialization/deserialization library to convert Java Objects into JSON and back - google/gson
Starred by 24.3K users
Forked by 4.4K users
Languages Java
GitHub
google.github.io › gson › UserGuide.html
Gson User Guide | gson
Gson is a Java library that can be used to convert Java Objects into their JSON representation.
Videos
10:56
GSON: Use in IntelliJ - YouTube
06:40
Serialization & Deserialization Using GSON Java | Create Simple ...
02:44
How to convert JSON to Java objects using Gson - YouTube
09:30
Gson Tutorial — Getting Started with Java-JSON Serialization ...
05:34
How To Create Simple & Nested JSON Array Using GSON Java Library ...
12:06
Handling JSON Files in Java | Gson Library | Part 6 - YouTube
TutorialsPoint
tutorialspoint.com › gson › gson_quick_guide.htm
GSON - Quick Guide
Google Gson is a simple Java-based library to serialize Java objects to JSON and vice versa. It is an open-source library developed by Google. The following points highlight why you should be using this library − Here is a list of some of the most
Javadoc.io
javadoc.io › doc › com.google.code.gson › gson › 2.8.0 › com › google › gson › Gson.html
Gson - gson 2.8.0 javadoc
Latest version of com.google.code.gson:gson · https://javadoc.io/doc/com.google.code.gson/gson · Current version 2.8.0 · https://javadoc.io/doc/com.google.code.gson/gson/2.8.0 · package-list path (used for javadoc generation -link option) https://javadoc.io/doc/com.google.code.gson/gso...
Maven Repository
mvnrepository.com › artifact › com.google.code.gson › gson
Maven Repository: com.google.code.gson » gson
September 10, 2025 - Gson is a Java library that can be used to convert Java Objects into their JSON representation.
GitHub
github.com › google › gson › blob › main › gson › src › main › java › com › google › gson › Gson.java
gson/gson/src/main/java/com/google/gson/Gson.java at main · google/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back - google/gson
Author google
Wikipedia
en.wikipedia.org › wiki › Gson
Gson - Wikipedia
October 30, 2025 - Gson, or Google Gson, is an open-source Java library that serializes Java objects to JSON (and deserializes them back to Java).
GitHub
google.github.io › gson › gson › src › main › java › com › google › gson › Gson.java
Gson
Gson provides default serialization and deserialization for Enums, {@link Map}, {@link * java.net.URL}, {@link java.net.URI}, {@link java.util.Locale}, {@link java.util.Date}, * {@link java.math.BigDecimal}, and {@link java.math.BigInteger} classes.
Readthedocs
jse.readthedocs.io › en › latest › utils › gson › index.html
Gson — Java Repositories 1.0 documentation - Read the Docs
Java Repositories 1.0 documentation · Show source · Suggest edit · Open issue · .rst · .pdf · Gson · Goals · Download · Documentation · References · Convert JSON to a Map · Passing Map.class · Using TypeToken · Using Custom JsonDeserializer · Results · References ·
HowToDoInJava
howtodoinjava.com › home › gson › gson tutorial: read and write json with examples
Gson Tutorial: Read and Write JSON with Examples
August 27, 2023 - Excluding Fields From Serialization and Deserialization – Gson supports numerous mechanisms for excluding top-level classes, fields and field types. Learn how to use them. JsonReader – Streaming JSON parser – Learn to read a JSON string or file as a stream of JSON tokens. JsonParser, JsonElement and JsonObject – Learn to parse a JSON string or stream into a tree structure of Java objects into JsonElement.
ZetCode
zetcode.com › java › gson
Java Gson - JSON serialization and deserialization in Java with Gson
October 10, 2024 - It is less verbose and more readable than XML. The official Internet media type for JSON is application/json. The JSON filename extension is .json. JSON is directly consumable by JavaScript. Gson is a Java serialization/deserialization library to convert Java Objects into JSON and back.
Vogella
vogella.com › tutorials › JavaLibrary-Gson › article.html
Google Gson for converting Java objects to JSON and JSON to Java with - Tutorial
3 weeks ago - This tutorial explains how to use the Open Source framework Gson from Google to usage and purpose of Java JAR files.
Adobe Developer
developer.adobe.com › experience-manager › reference-materials › 6-5 › javadoc › com › google › gson › Gson.html
Gson (The Adobe AEM Quickstart and Web Application.)
By default, Gson ignores the Since annotation. You can enable Gson to use this annotation through GsonBuilder.setVersion(double). The default field naming policy for the output Json is same as in Java. So, a Java class field versionNumber will be output as "versionNumber" in Json.
Javadoc.io
javadoc.io › doc › com.google.code.gson › gson › latest › index.html
gson 2.13.2 javadoc (com.google.code.gson)
Latest version of com.google.code.gson:gson · https://javadoc.io/doc/com.google.code.gson/gson · Current version 2.13.2 · https://javadoc.io/doc/com.google.code.gson/gson/2.13.2 · package-list path (used for javadoc generation -link option) https://javadoc.io/doc/com.google.code.gson/g...
GitHub
github.com › google › gson › blob › main › UserGuide.md
gson/UserGuide.md at main · google/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back - google/gson
Author google