Module serde_util

Source
Expand description

Utilities for working with serde

Modules§

json5_from_str
Try to provide location information for errors from the json5 crate

Structs§

CanonicalJson

Functions§

serde_read_json
Read the file at path to RAM, then deserialize it using serde_json. If you want to support json5 or ron, use config_file.rs instead.