5 releases

0.2.2 Sep 19, 2022
0.2.1 Sep 18, 2022
0.2.0 Jul 20, 2022
0.1.1 Apr 1, 2022
0.1.0 Mar 14, 2022

#1250 in Encoding

Download history 24/week @ 2023-12-24 46/week @ 2023-12-31 2/week @ 2024-01-07 14/week @ 2024-01-21 4/week @ 2024-02-18 26/week @ 2024-02-25 12/week @ 2024-03-03 15/week @ 2024-03-10 14/week @ 2024-03-17

67 downloads per month
Used in 5 crates

MIT license

90KB
2K SLoC

Humphrey JSON

A JSON library for the Humphrey ecosystem.
Guide · API Reference



Humphrey JSON is a simple JSON library for Rust, and provides a number of features for working with JSON data. In accordance with Humphrey's principles, it has no required dependencies. It allows for JSON data to be manipulated with or without types, and provides a similar API to Serde.

Learn more about Humphrey JSON here.


lib.rs:

Humphrey JSON is a library facilitating the serialization and deserialization of JSON data. It is designed for web applications, but can be used in other contexts, and is well-integrated with the Humphrey web server.

Learn more about Humphrey JSON here.

Dependencies

~205KB