1 unstable release

0.1.0 Dec 11, 2023

#25 in #deserializer

Download history 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 39/week @ 2024-09-21 36/week @ 2024-09-28 69/week @ 2024-10-05 5/week @ 2024-10-12 14/week @ 2024-10-26 30/week @ 2024-11-02 32/week @ 2024-11-09

76 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–330KB