4 releases
| 0.6.3 | Aug 13, 2024 |
|---|---|
| 0.6.2 | Aug 13, 2024 |
| 0.6.1 | Aug 13, 2024 |
| 0.6.0 | Aug 6, 2024 |
#218 in #serde-json
76 downloads per month
10KB
155 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.1–1.9MB
~34K SLoC