qson VS jsonbeans

Compare qson vs jsonbeans and see what are their differences.

qson

QSON is an object to JSON mapper (by quarkusio)

jsonbeans

Java object graphs, to and from JSON automatically (by EsotericSoftware)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
qson jsonbeans
1 1
28 92
- -
0.0 10.0
about 1 year ago over 2 years ago
Java Java
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

qson

Posts with mentions or reviews of qson. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.

jsonbeans

Posts with mentions or reviews of jsonbeans. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.
  • The state of Java Object Serialization libraries in Q2 2023
    5 projects | /r/java | 7 Apr 2023
    JsonBeans is similar to YamlBeans in how it does object marshaling, but uses a Ragel parser. I like Ragel and thought parsing JSON with it was neat, particularly that I could easily relax JSON parsing rules: "JavaScript" where the object property names are only quoted when needed or "minimal" where both object property names and values are only quoted when needed. Also commas are optional, as much as possible. The generic object graph was inspired by cJSON. JsonBeans is embedded in libgdx, so sees a lot of usage there. JSON isn't the right choice of data format if you want fast or efficient, so JsonBeans goal is only to be convenient.

What are some alternatives?

When comparing qson and jsonbeans you can also consider the following projects:

jsoniter - jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

jvm-serializers - Benchmark comparing serialization libraries on the JVM

DSL-JSON - High performance JVM JSON library