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: 11 months 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 | 7 |
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,285 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
fastify/secure-json-parse | A JSON parser with additional security features to prevent prototype pollution | 225 |
json4s/json4s | A single JSON Abstract Syntax Tree (AST) implementation to be used by multiple Scala JSON libraries | 1,487 |
facebook-csharp-sdk/simple-json | A lightweight JSON serialization and deserialization library for .NET | 380 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,407 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
freshos/arrow | Simplifies JSON parsing and modeling in Swift by eliminating boilerplate code | 387 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
antidot/pyckson | A simple Python library to serialize objects to JSON by discovering class structure from init signatures and using camelCase for key names. | 28 |