1 unstable release
0.1.0 | Dec 11, 2023 |
---|
#25 in #deserializer
103 downloads per month
33KB
848 lines
Rison is a data serialization format based on JSON, optimized for compactness in URIs.
The format supported by this implementation is based on the documentation and implementations found below:
The deserializer implementation is broadly inspired by the existing
serde_json
library which provides a serde
serializer and
deserializer for the standard JSON format.
lib.rs
:
Rison is a data serialization format based on JSON, optimized for compactness in URIs.
The format supported by this implementation is based on the documentation and implementations found below:
The deserializer implementation is broadly inspired by the existing
serde_json
library which provides a serde
serializer and
deserializer for the standard JSON format.
Dependencies
~110–340KB