Abstraction layers over the various JSON libraries?

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

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

    Scala macros for compile-time generation of safe and ultra-fast JSON codecs

    Here is a set of 115 benchmarks for parsing and serialization different data structures and message samples using 9 JSON parsers for Scala.

  • jose

    Extensible JOSE library for Scala (by blackdoor)

    This is what I do in my JWT library.

  • 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.

  • Elastic4s

    Elasticsearch Scala Client - Reactive, Non Blocking, Type Safe, HTTP Client

    Seems like the accepted solution is to have a separate subproject for each of the ~5 major json libraries. For example see elastic4s (elastic4s-jackson, elastic4s-circe, ...) or akka-http-json.

  • jsondbc

    Json migrations

    I've tried to do this with my https://github.com/stacycurl/jsondbc library, it's still in progress though and unpublished.

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