1 unstable release

0.1.0 Dec 11, 2023

#26 in #deserializer

Download history 19/week @ 2024-10-29 27/week @ 2024-11-05 56/week @ 2024-11-12 81/week @ 2024-11-19 52/week @ 2024-11-26 20/week @ 2024-12-03 13/week @ 2024-12-10 14/week @ 2025-01-07 2/week @ 2025-01-14 11/week @ 2025-01-21 43/week @ 2025-01-28 17/week @ 2025-02-11

72 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

~100–325KB