boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.27k stars 250 forks source link

Add support for JSONC (JSON with comments) #442

Closed CarterLi closed 3 months ago

CarterLi commented 3 months ago

Ref: https://code.visualstudio.com/docs/languages/json#_json-with-comments

boyter commented 3 months ago

Thanks for the contribution!