This repository was archived by the owner on Mar 21, 2022. It is now read-only.
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
Apply for json files as well #8
Closed
Metadata
Metadata
Assignees
Labels
No labels
Activity
docs: add filetype detection to README.md
kevinoid commentedon May 3, 2021
Good suggestion @gerazov, thanks!
I'm hesitant to recommend using
jsonc
for all.json
files at the moment (both to avoid confusing users about the JSON format and due to known bugs injsonc
). However, documenting how to applyjsonc
to file patterns in general is a great idea!I've created #10 with some docs. Perhaps people interested in applying
jsonc
to*.json
can make the leap from the*.mycjson
example? I'd appreciate your thoughts.gerazov commentedon May 4, 2021
Ok great - thanks 👍
I've seen that people use comments in
.json
on a regular basis nowadays so it would be very useful 😉docs: add filetype detection to README.md