| Crates.io | jsonc_tools |
| lib.rs | jsonc_tools |
| version | 0.0.1 |
| created_at | 2020-09-02 16:08:06.172653+00 |
| updated_at | 2020-09-02 16:08:06.172653+00 |
| description | 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. |
| homepage | https://github.com/banaio/jsonc_tools.rs |
| repository | https://github.com/banaio/jsonc_tools.rs |
| max_upload_size | |
| id | 283898 |
| size | 683,272 |
jsonc_tools.rsjsonc_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.
cargo run -- --help
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
See ./docs/TESTS.md page.
See ./docs/DEBUG.md page.
Crates.io: https://crates.io/crates/jsonc_tools.Docs.rs: https://docs.rs/jsonc_tools.