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 |
#1827 in Encoding
77 downloads per month
Used in 5 crates
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
~230KB