json_keyquotes_convert 0.2.3

A Rust library crate to convert JSON from and to JSON without key-quotes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.once_cell]
version = "1.16.0"

[dependencies.regex]
version = "1.5.5"

[package]
description = "A Rust library crate to convert JSON from and to JSON without key-quotes."
edition = "2021"
license = "MIT"
name = "json_keyquotes_convert"
readme = "README.md"
repository = "https://github.com/Andreas02-dev/json_keyquotes_convert_rs/"
version = "0.2.3"