jsonc_tools.rs

GitHub Workflows rust<em>stable</em>beta<em>nightly</em>1<em>45</em>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

sh cargo run -- --help

Run Command

```sh 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 ```

sh make run_test -- --log-level trace

Test

See ./docs/TESTS.md page.

Debug

See ./docs/DEBUG.md page.

Docs

Links

References or Links