zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.64k stars 778 forks source link

Incomplete Makefile #199

Closed fruitofgeorge closed 4 years ago

fruitofgeorge commented 4 years ago

The makefile is missing instructions to build the jsmn.a library.

themobiusproject commented 4 years ago

In commit #149, @zserge updated makefile to use jsmn as a header-only library. This removed the static jsmn library (jsmn.a). All you should now need to do is include jsmn.h.