4 "summary": "Jansson is a C library for encoding, decoding and manipulating JSON data.",
5 "description": " Jansson is a C library for encoding, decoding and manipulating JSON data. It features:\n \n * Simple and intuitive API and data model\n * Comprehensive documentation\n * No dependencies on other libraries\n * Full Unicode support (UTF-8)\n * Extensive test suite\n",
6 "homepage": "https://github.com/akheron/jansson",
11 "authors": "Petri Lehtinen",
13 "git": "https://github.com/akheron/jansson.git",
21 "prepare_command": " pwd\n autoreconf -vi\n ./configure\n",
22 "source_files": "src/*.{h,c}"