Crates.io | humphrey_json |
lib.rs | humphrey_json |
version | 0.2.2 |
source | src |
created_at | 2022-03-14 19:33:59.288254 |
updated_at | 2022-09-19 14:50:24.570432 |
description | A JSON library for the Humphrey ecosystem. |
homepage | https://github.com/w-henderson/Humphrey |
repository | https://github.com/w-henderson/Humphrey |
max_upload_size | |
id | 550144 |
size | 443,449 |
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.