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§
- json_
key_ quote_ utils - Core functions used for the JSON conversions.
- load_
write_ utils - Functions used to load and write JSON to a file.
Structs§
- Json
KeyQuote Converter - The builder for the JSON conversions.
Enums§
- Quotes
- The quotes to use for the JSON keys.