json_convert_with_to_without_keyquotes
converts a file from JSON with keyquotes and (\t and \n) escape characters to JSON without keyquotes and (\t and \n) escape characters.json_convert_without_to_with_keyquotes
converts a file from JSON without keyquotes and (\t and \n) escape characters to JSON with keyquotes and (\t and \n) escape characters.Please note that this crate does not check whether the output is valid JSON. The functionality of this crate is based on Regular Expressions and uses the regex crate.