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 |
#1316 in Encoding
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_utils
crate. This module contains the most commonly used items.
Dependencies
~1.2–2MB
~35K SLoC