json5format
json5format copied to clipboard
JSON5 (a.k.a., "JSON for Humans") formatter that preserves contextual comments
As a heads up, I've created a package for `formatjson5` and is now available in the AUR. https://aur.archlinux.org/packages/formatjson5 (Related to #40 as that would make packaging this even simpler, not...
Changes to Rust 1.83 have manifested an error when running `cargo test`. Since the integration tests had no documentation, opted to use `expect` until crate documentation can be written. Fixes...
Running `cargo test` emits a new failure that was not present until Rust 1.83. I believe this is due to changes in how `missing_docs` is handled. https://releases.rs/docs/1.83.0/ ``` error: missing...