Expand description
Utilities for working with serde
Modules§
- json5_
from_ str - Try to provide location information for errors from the
json5crate
Structs§
Functions§
- serde_
read_ json - Read the file at
pathto RAM, then deserialize it usingserde_json. If you want to support json5 or ron, useconfig_file.rsinstead.