https://github.com/lvce-editor/jsonc-parser
Parse jsonc files into json
https://github.com/lvce-editor/jsonc-parser
json jsonc
Last synced: 3 months ago
JSON representation
Parse jsonc files into json
- Host: GitHub
- URL: https://github.com/lvce-editor/jsonc-parser
- Owner: lvce-editor
- License: mit
- Created: 2023-09-15T17:53:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:23:34.000Z (7 months ago)
- Last Synced: 2025-01-11T01:52:03.197Z (4 months ago)
- Topics: json, jsonc
- Language: TypeScript
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonc-parser
Parse jsonc files into json.
## Install
```sh
npm install @lvce-editor/jsonc-parser
```## Gitpod
[](https://gitpod.io/#https://github.com/lvce-editor/jsonc-parser)
## Credits
This project is based on [node-jsonc-parser](https://github.com/microsoft/node-jsonc-parser) by Microsoft (License MIT)