%general-entities; ]> $LastChangedBy$ $Date$ JSON-C-&json-c-version; JSON-C Introduction to JSON-C The 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. &lfs72_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &json-c-md5sum; Download size: &json-c-size; Estimated disk space required: &json-c-buildsize; Estimated build time: &json-c-time; User Notes: Installation of JSON-C Install JSON-C by running the following commands: sed -e 's/json_object.c/json_object.c json_object_iterator.c/' \ -e 's/json_object.h/json_object.h json_object_iterator.h/' \ -e 's/json_object.lo/json_object.lo json_object_iterator.lo/' \ -i Makefile.in && ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. Now, as the root user: make install Command Explanations sed -e 's/json_object...: This sed make sure that all the necessary headers are installed correctly. Contents Installed Programs Installed Library Installed Directory None libjson.so /usr/include/json Short Descriptions libjson.so contains JSON-C API functions. libjson.so