aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2011-09-29 16:28:24 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2011-09-29 16:28:24 +0100
commit5265647e9aa6b3fa5e3b6f0dc795f763375b5e62 (patch)
treeb2ea3ec0a5e6dca5fcd46cb3cd2d3486b0c1018d /README
parent56a7a6929b594f15cd70dae21e3b0d87a7979293 (diff)
downloadxen-5265647e9aa6b3fa5e3b6f0dc795f763375b5e62.tar.gz
xen-5265647e9aa6b3fa5e3b6f0dc795f763375b5e62.tar.bz2
xen-5265647e9aa6b3fa5e3b6f0dc795f763375b5e62.zip
libxl: Introduce JSON parser
We use the yajl parser, but we need to make a tree from the parse result to use it outside the parser. So this patch include json_object struct that is used to hold the JSON data. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index ff154b2e78..c9bf699be6 100644
--- a/README
+++ b/README
@@ -47,6 +47,7 @@ provided by your OS distributor:
* Development install of openssl (e.g., openssl-dev)
* Development install of x11 (e.g. xorg-x11-dev)
* Development install of uuid (e.g. uuid-dev)
+ * Development install of yajl (e.g. libyajl-dev)
* bridge-utils package (/sbin/brctl)
* iproute package (/sbin/ip)
* hotplug or udev