Crate libjsonutils

Source
Expand description

§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.

Re-exports§

pub use serde_json;

Modules§

error
file
Read & Write JSON Utilities
json
JSON utilities.
prelude
A prelude for the json_utils crate. This module contains the most commonly used items.
print
Pretty-printing JSONs with ease.