#jsonc #json-file #settings #visual-studio-code #comments #file-format #io

bin+lib jsonc_tools

jsonc_tools: 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.

1 unstable release

0.0.1 Sep 2, 2020

#6 in #jsonc

Custom license

395KB
660 lines

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

Dependencies

~8–11MB
~194K SLoC