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
# `DEBUG`

![WORK-IN-PROGRESS](https://img.shields.io/badge/DEBUG-WORK--IN--PROGRESS-red?style=for-the-badge&logo=markdown&maxAge=604800&cacheSeconds=604800)

---

## Debug

Run one of these shell commands then read [`Run Command`](#run-command) section:

* **Turn on**:

```sh
export CARGO_TERM_VERBOSE=1 CARGO_TERM_COLOR="always" VERBOSE="--verbose"
make run -- --input '.vscode/settings.json' --out-type 'stdout' --log-level trace
```

* **Turn off**:

```sh
export  CARGO_TERM_VERBOSE=0 CARGO_TERM_COLOR="auto" VERBOSE=""
make run -- --input '.vscode/settings.json' --out-type 'stdout' --log-level trace
```