jsonc_tools

Crates.iojsonc_tools
lib.rsjsonc_tools
version0.0.1
sourcesrc
created_at2020-09-02 16:08:06.172653
updated_at2020-09-02 16:08:06.172653
descriptionjsonc_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.
homepagehttps://github.com/banaio/jsonc_tools.rs
repositoryhttps://github.com/banaio/jsonc_tools.rs
max_upload_size
id283898
size683,272
Mohamed Bana (mbana)

documentation

README

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

Commit count: 0

cargo fmt