We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1d1c1 commit 992244dCopy full SHA for 992244d
README.md
@@ -17,6 +17,14 @@ For details, see the JWCC docs at:
17
18
https://nigeltao.github.io/blog/2021/json-with-commas-comments.html
19
20
+## Formatting with hujsonfmt
21
+
22
+`hujsonfmt` is a program that formats HuJSON files. Install it by running:
23
24
+```
25
+go install github.com/tailscale/hujson/cmd/hujsonfmt@latest
26
27
28
## Visual Studio Code association
29
30
Visual Studio Code supports a similar `jsonc` (JSON with comments) format. To
0 commit comments