8 releases (4 breaking)
| 0.5.2 | Aug 5, 2024 |
|---|---|
| 0.5.1 | Jul 17, 2024 |
| 0.4.0 | Jun 17, 2024 |
| 0.3.2 | Jun 17, 2024 |
| 0.1.0 | Apr 7, 2024 |
#812 in Encoding
12KB
227 lines
JSON Utilities
Some utilities I often use with JSON.
lib.rs:
JSON utilities for Rust.
A collection of utilities for working with JSON in Rust. Written for my own convenience, but feel free to use it.
Features
- Read and write JSON files.
- Print JSON to the console.
- Error handling.
A prelude for the
json_utilscrate. This module contains the most commonly used items.
Dependencies
~1.4–2.5MB
~49K SLoC