Please try my JSON library

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • com.zwitserloot.json

    Fluent JSON library for java

  • serde

    Serialization framework for Rust

  • Another thing to notice about the made-up API is that it's not even strictly JSON. Rather, the API has a small set of "native" types (string, boolean, object, etc), and describes other types by composing those. The "backend" data format could be anything as long as suitable adaptors can be written between that format and the API's native types. I borrowed this principle from the serde crate in Rust, which afaik has become the way to do de/serialization in Rust. And... serde also uses "data-binding", via the #[derive(Serialize, Deserialize)] macro.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts