Skip to content

Commit

Permalink
Merge pull request oz123#199 from Un1Gfn/patch-1
Browse files Browse the repository at this point in the history
fix typo "json.c" -> "json-c"
  • Loading branch information
oz123 authored Jul 20, 2021
2 parents b2369d2 + 205b4ee commit a0ef7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ This includes libraries for things like XML, JSON, CSV, and other similar format
dependencies. [``MIT``][MIT]
* [jsmn][120] - Minimalistic JSON parser. [``MIT``][MIT]
* [json][39] - Simple, low-memory-use JSON parser. [``MIT``][MIT]
* [json.c][8] - Easily work with JSON in C. Comes with a reference-counted object
* [json-c][8] - Easily work with JSON in C. Comes with a reference-counted object
model, and aims for conformance with [RFC 7159][11]. [``MIT``][MIT]
* [json.h][431] - Single-file non-streaming JSON parser. [``Unlicense``][Unlicense]
* [parson][32] - Two-file, C89-compatible JSON parser. [``MIT``][MIT]
Expand Down

0 comments on commit a0ef7f0

Please sign in to comment.