File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # jsonc
1+ # jsonc - https://pkg.go.dev/github.com/fpatron/jsonc
22
33[ ![ Go CI] ( https://github.com/fpatron/jsonc/actions/workflows/go.yml/badge.svg )] ( https://github.com/fpatron/jsonc/actions/workflows/go.yml )
44
5- ` jsonc ` is an extension of the JSON data format that allows single and multi line comments.
5+ ` jsonc ` is an extension of the JSON data format that allows single and multi line comments and provides accurate parsing errors .
66
77## Instalation
88To install ` jsonc ` , use ` go get ` :
@@ -13,6 +13,7 @@ To install `jsonc`, use `go get`:
1313## Features
1414
1515- ** Comment Support** : Easily parse JSON files with single-line and multi-line comments.
16+ - ** Accurate Errors** : Errors while parsing will match original commented JSON.
1617- ** Simple API** : Uses a familiar API similar to the standard ` encoding/json ` package.
1718
1819## Usage
You can’t perform that action at this time.
0 commit comments