spray-json
JSON parser/serializer
A lightweight JSON implementation in Scala
A lightweight, clean and simple JSON implementation in Scala
974 stars
37 watching
190 forks
Language: Scala
last commit: about 1 year ago
Linked from 2 awesome lists
jsonjson-parserjson-serializationscala
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 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 8 |
mediamath/scala-json | Provides compile-time JSON marshaling and abstraction for Scala, allowing developers to serialize any type they want into human-readable JSON. | 62 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,257 |
fastify/secure-json-parse | Provides an alternative JSON parser with enhanced security features to mitigate prototype pollution attacks. | 227 |
json4s/json4s | A single JSON Abstract Syntax Tree (AST) implementation to be used by multiple Scala JSON libraries | 1,485 |
facebook-csharp-sdk/simple-json | A lightweight JSON serialization and deserialization library for .NET | 382 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,410 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 62 |
freshos/arrow | Simplifies JSON parsing and modeling in Swift by eliminating boilerplate code | 389 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
antidot/pyckson | A Python library that serializes objects to JSON by analyzing their class structure and parameters. | 28 |