Skip to content

Commit 39f0051

Browse files
authored
Update README.md
1 parent 5845b34 commit 39f0051

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
88
To 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

0 commit comments

Comments
 (0)