/ason

c json parser

Primary LanguageC

Introduction

ASON is a lightweight C JSON lib.

It only supports Linux/OS X.

Compile

mkdir build

cd build

cmake -DCMAKE_BUILD_TYPE=Debug ..

make

Memory Leak Test

valgrind --leak-check=full ./ason_test

Acknowledgement

special thanks to miloYip's json-tutorial.