Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Gson Alternatives
Similar projects and alternatives to Gson
-
-
Jackson
Core part of Jackson that defines Streaming API as well as basic shared abstractions
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
jsoniter
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go (by json-iterator)
-
-
-
kotlinx.serialization
Kotlin multiplatform / multi-format serialization
-
JSON-io
Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
-
-
fastjson
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
-
EventBus
Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
-
-
-
-
material-dialogs
😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Gson reviews and mentions
-
The Newest Java Json Benchmark Results just dropped
Gson has been in maintenance mode for at least 6 years. It's kind of a shame, because the API and implementation were a lot cleaner than Jackson.
-
How We Built a Serverless Backend Using GraalVM, AWS Lambda and Astra DB (Part 2)
For more information on native-image build arguments, please consult the GraalVM Native Image Options documentation. The next listing contains the contents of reflect.json, which contains a bunch of data classes that we need to serialize and deserialize with Gson, as well as our Lambda handler class which the runtime needs to instantiate based on the qualified class name passed to the Lambda function.
-
How to Make Java MRZ Detector with Dynamsoft Label Recognizer for Windows and Linux
The loadModel() method is special. It needs to dynamically update the model path specified in the JSON-formatted template file according to the extraction path of the Jar package. Gson can be used to load and update the JSON object.
-
Removies
gson
-
Finding Luke through the command line by consuming an API
The Gson library could parse the string response to a JSON.
-
How to Parse or fetch this nested Json object in android studio from Json assets file?
This library works very well. https://github.com/google/gson
-
Backend Developer Learning Path 2021
GSON
-
How to package a function + arguments for remote execution (without RMI)?
(but tbh I would definitely suggest looking into Gson)
-
Need help with planning a GUI project for my finals
However, I do know that there isn't an inbuilt JSON parser within Java. So, you will need to include a third-party JSON parser library within your project. I've had experience with using gson for doing this myself, and that library is also rather easy to use.
-
How do I post a form with an array
I don't know a ton about Java, but is there a reason it's not as simple as stringifying your form data with JSON.stringify() when posting on the client and then using something like this Java library from google to parse the JSON string on the server?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 4 Jun 2023
Stats
google/gson is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Gson is Java.