jsonc_tools 0.0.1

jsonc_tools: Tools to deal with `jsonc` files. See, [JSON with Comments](https://code.visualstudio.com/docs/languages/json#_json-with-comments) and [jsonc](https://komkom.github.io/) (A Json like file format with comments). See, [User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings) and [Settings - vscode](https://vscode.readthedocs.io/en/latest/getstarted/settings/) for example files.
Documentation

jsonc_tools.rs

GitHub Workflows rust_stable_beta_nightly_1_45_2 Crates.io Docs.rs


WORK-IN-PROGRESS

jsonc_tools.rs: Tools to deal with jsonc files. See, JSON with Comments and jsonc (A Json like file format with comments). See, User and Workspace Settings and Settings - vscode for example files.

Run

Usage/Help menu

cargo run -- --help

Run Command

make run -- --input '.vscode/settings.json' --out-type 'stdout' --log-level trace
# or
cargo run -- --input '.vscode/settings.json' --out-type 'stdout' --log-level trace
make run_test -- --log-level trace

Test

See ./docs/TESTS.md page.

Debug

See ./docs/DEBUG.md page.

Docs

Links

References or Links