json-c / json-c

https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
https://github.com/json-c/json-c/wiki
Other
2.9k stars 1.05k forks source link

json_tokener.h: json_tokener_parse_verbose: fix typo #858

Closed alurm closed 2 months ago

alurm commented 2 months ago

Before: "Parser a json_object [...]".

After: "Parse a json_object [...]".

Thanks for the library.