Crate json_keyquotes_convert
source ·Expand description
Documentation for the json_keyquotes_convert
crate.
The json_keyquotes_convert
crate is meant to be used to perform
various transformations to JSON, including but not limited to
adding and removing quotes around the JSON keys.
It is recommended to use the JsonKeyQuoteConverter builder, but using the core functions in json_key_quote_utils is possible too.
Modules
- Core functions used for the JSON conversions.
- Functions used to load and write JSON to a file.
Structs
- The builder for the JSON conversions.
Enums
- The quotes to use for the JSON keys.