json-source-map
json-source-map copied to clipboard
Feature Request - Add `jsonc` support for json with comments
It would be really great if this project supported jsonc
comments within json parsing.
I know there are other packages available which provide jsonc
support already with support for mapping back to the original properties, however, I much prefer the Pointers
syntax provided by this library. :)
I've raised the PR #11 which adds this functionality. 🙇