From: Nicola Spanti (RyDroid) JSON-C implements a reference counting object model that allows you to easily
construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects.
- It aims to conform to RFC 7159
+ It aims to conform to RFC 7159.
Building
@@ -30,7 +30,7 @@
json-c <at> googlegroups <dot> com
This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..
+This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.