8 projects
jackson-databind
Jackson-databind is a core data-binding package for Jackson, providing functionality to convert between Java objects and various data formats like JSON, XML, YAML, etc. It enables automatic serialization and deserialization of Java objects with extensive configuration options and customization features.
4,005
921
$8.5M
circe
circe is a JSON library for Scala that provides automatic derivation of JSON encoders and decoders using Scala macros. It aims to provide a seamless and type-safe way to convert between JSON and Scala case classes while maintaining high performance.
1,027
300
$860K
JSON4S
JSON4S is a Scala library that provides a unified interface for working with different JSON implementations in Scala. It offers serialization and deserialization capabilities, along with a DSL for JSON manipulation, supporting multiple JSON backends including native, Jackson, and Lift JSON.
758
216
$502K
Airframe
Essential Building Blocks for Scala
Play JSON
The Play JSON library
jsoniter-scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster
uPickle
uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala