Skip to content

Commit 33c7358

Browse files
authored
Merge pull request #21 from chirsz-ever/patch-1
2 parents ed42388 + 604701e commit 33c7358

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,15 @@ Several tools and libraries support JSONC, enabling developers to parse and gene
107107
Here is a non-exhaustive list:
108108

109109
**C++**
110+
- [nlohmann/json](https://github.com/nlohmann/json) `ignore_comments`, `ignore_trailing_commas`
111+
- [RapidJSON](https://github.com/Tencent/rapidjson) `kParseCommentsFlag`, `kParseTrailingCommasFlag`
110112
- [stephenberry/glaze](https://github.com/stephenberry/glaze)
111113

112114
**Elixir**
113115
- [massivefermion/jsonc](https://github.com/massivefermion/jsonc)
114116

115117
**Go**
118+
- [HuJSON](https://github.com/tailscale/hujson)
116119
- [tidwall/jsonc](https://github.com/tidwall/jsonc)
117120

118121
**Java**

0 commit comments

Comments
 (0)