updates
updates copied to clipboard
Support comments and trailing commas in package.json
https://bun.sh/blog/bun-v1.1.5#package-json-with-comments-and-trailing-commas
Parsers, none of them seems convincing:
- https://github.com/microsoft/node-jsonc-parser
- https://github.com/fabiospampinato/jsonc-simple-parser
- https://github.com/onury/jsonc
Not going to use this as long as node does not support it.