inline-json5 0.1.2

A macro to write `json` values with pure JSON5 syntax.
Documentation
[dependencies.inline-json5_macro]
version = "0.1.2"

[dependencies.json]
version = "0.12"

[lib]
name = "inline_json5"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A macro to write `json` values with pure JSON5 syntax."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "inline-json5"
publish = true
readme = "README.md"
repository = "https://github.com/Tamschi/inline-json5"
version = "0.1.2"

[[test]]
name = "example"
path = "tests/example.rs"