An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# jsonc-parser

Parse jsonc files into json.

## Install

```sh
npm install @lvce-editor/jsonc-parser
```

## Gitpod

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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)