About Parson is a lighweight json library written in C. Features Full JSON support Lightweight (only 2 files) Simple API Addressing json values with dot notation (similiar to C structs or objects in most OO languages, e.g. "objectA.objectB.value") C89 compatible Test suites Installation Run: git clone https://github.com/kgabis/parson.git and copy parson.h and parson.c to you source code tree. Run