Daniel P. Berrange 9428f2ced6 Introduce a simple API for handling JSON data
This introduces simple API for handling JSON data. There is
an internal data structure 'virJSONValuePtr' which stores a
arbitrary nested JSON value (number, string, array, object,
nul, etc).  There are APIs for constructing/querying objects
and APIs for parsing/formatting string formatted JSON data.

This uses the YAJL library for parsing/formatting from

 http://lloyd.github.com/yajl/

* src/util/json.h, src/util/json.c: Data structures and APIs
  for representing JSON data, and parsing/formatting it
* configure.in: Add check for yajl library
* libvirt.spec.in: Add build requires for yajl
* src/Makefile.am: Add json.c/h
* src/libvirt_private.syms: Export JSON symbols to drivers
2009-12-07 14:14:36 +00:00
..
2009-09-22 20:10:00 +02:00
2009-10-15 14:19:11 +02:00
2009-10-07 15:26:23 +02:00
2009-11-03 23:44:48 +01:00
2009-11-02 15:42:47 +01:00
2009-11-10 11:59:03 +00:00
2009-11-10 11:59:03 +00:00
2009-10-22 10:33:52 +02:00