1 unstable release
0.0.1 | Sep 2, 2020 |
---|
#6 in #jsonc
395KB
660 lines
jsonc_tools.rs
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
Crates.io
: https://crates.io/crates/jsonc_tools.Docs.rs
: https://docs.rs/jsonc_tools.
References or Links
Dependencies
~8–19MB
~240K SLoC