Looks nice to see a `Build Passing` tag when you
scroll to the README.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
JSON-C - A JSON implementation in C
-----------------------------------
+Build Status
+* [](https://ci.appveyor.com/project/hawicz/json-c)
+* [](https://travis-ci.org/json-c/json-c)
+
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.