Skip to content

Commit

Permalink
Add JSONC support (#55)
Browse files Browse the repository at this point in the history
* Add comment tests for JSON5 format

* Add JSONC support
  • Loading branch information
sambostock authored Nov 21, 2024
1 parent 1c2e0b9 commit e5044eb
Show file tree
Hide file tree
Showing 13 changed files with 2,019 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ It will load resources from filesystem. Right now it supports following filetype

- .json
- .json5
- .jsonc
- .yml/.yaml
- .js (very limited, checks for `exports` or `export default`)

Expand Down
Loading

0 comments on commit e5044eb

Please sign in to comment.