scala-json
JSON serialization library
Provides compile-time JSON marshaling and abstraction for Scala, allowing developers to serialize any type they want into human-readable JSON.
Compile-time JSON marshaling and abstraction for Scala, Scala Native and Scala.js
62 stars
27 watching
6 forks
Language: Scala
last commit: almost 3 years ago
Linked from 1 awesome list
ignore-listjsonscalascala-jsscala-jsonscala-nativeserializer
Related projects:
Repository | Description | Stars |
---|---|---|
scala-jsonapi/scala-jsonapi | A Scala library for serializing and deserializing JSON API data structures into standard JSON formats. | 107 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
plokhotnyuk/jsoniter-scala | Provides a way to generate efficient and safe JSON codecs at compile-time using Scala macros | 747 |
spray/spray-json | A lightweight JSON implementation in Scala | 974 |
andyglow/scala-jsonschema | Generates JSON Schemas from Scala data types and objects | 123 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
fasterxml/jackson-module-scala | A Jackson module providing support for serialization and deserialization of Scala data structures | 502 |
playframework/play-json | A library for serializing and deserializing structured data in JSON format | 361 |
msgpack/msgpack-scala | An implementation of MessagePack serialization for Scala | 94 |
msgpack4z/msgpack4z-native | Implementation of the MessagePack data serialization format | 4 |
battermann/sbt-json | A plugin for sbt that generates Scala case classes for easy access to JSON data | 31 |
json4s/json4s | A single JSON Abstract Syntax Tree (AST) implementation to be used by multiple Scala JSON libraries | 1,487 |
status-im/nim-json-serialization | Provides flexible JSON serialization in Nim without relying on runtime type information | 48 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |