common: added API for basic JSON object manipulation.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 24 Jan 2013 15:55:15 +0000 (17:55 +0200)
committerKrisztian Litkey <kli@iki.fi>
Tue, 29 Jan 2013 15:49:33 +0000 (17:49 +0200)
commite54c530c0bf91554a36b6a0e04706c4432ca5ba2
tree6007cd6fd58d12d853c236e93c510df24c2232d0
parent1a151fb06609ffc6847645c022b086a584d1afc5
common: added API for basic JSON object manipulation.

Although we do use json-c, we don't want direct json-c dependency
sneak in and spread all over the codebase. Therefore we define a
layer on top of it which will also hopefully provide a confined
space to patch things up if we're not happy with the underlying
interfaces.
configure.ac
src/Makefile.am
src/common/json.c [new file with mode: 0644]
src/common/json.h [new file with mode: 0644]