From f2e7dda91006120876cadf4ec7ba26c16b43623a Mon Sep 17 00:00:00 2001
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.