Crate json_keyquotes_convert

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§

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§

JsonKeyQuoteConverter
The builder for the JSON conversions.

Enums§

Quotes
The quotes to use for the JSON keys.