mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 23:09:07 +08:00
Merge pull request #335 from commodo/build_status_travis
README.md: show build status tag from travis-ci.org
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
JSON-C - A JSON implementation in C
|
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
|
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
|
construct JSON objects in C, output them as JSON formatted strings and parse
|
||||||
JSON formatted strings back into the C representation of JSON objects.
|
JSON formatted strings back into the C representation of JSON objects.
|
||||||
|
|||||||
Reference in New Issue
Block a user