Skip to content

archeryue/ason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

c json parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published