1 unstable release

0.1.0 Dec 11, 2023

#25 in #deserializer

Download history 6/week @ 2024-06-01 19/week @ 2024-06-08 7/week @ 2024-06-15 24/week @ 2024-06-22 42/week @ 2024-06-29 31/week @ 2024-07-06 2/week @ 2024-07-13 28/week @ 2024-07-20 8/week @ 2024-07-27 13/week @ 2024-08-03 18/week @ 2024-08-10 1/week @ 2024-08-17 2/week @ 2024-08-24 94/week @ 2024-09-07 7/week @ 2024-09-14

103 downloads per month

MIT/Apache

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