From 7b115dfaa6cbebdf23f3b0f3e54c71292757e095 Mon Sep 17 00:00:00 2001 From: Jitendra <2908547+adhocore@users.noreply.github.com> Date: Sat, 19 Nov 2022 15:26:49 +0700 Subject: [PATCH] docs: ref #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e52252..f39688f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Lightweight+fast+and+deps+free+commented+json+parser+for+Golang&url=https://github.com/adhocore/jsonc&hashtags=go,golang,parser,json,json-comment) -- Lightweight [JSON5](https://json5.org) pre-processor library for Go. +- Lightweight [JSON5](https://json5.org) pre-processor library for Go. See [#1](https://github.com/adhocore/jsonc/issues/1) - Parses JSON5 input to JSON that Go understands. (Think of it as a superset to JSON.) - Makes possible to have comment in any form of JSON data. - Supported comments: single line `// comment` or multi line `/* comment */`.