e7607ffc2b
This commits adds JSON support by adding Jsmn (http://zserge.com/jsmn.html), a minimalistic JSON parser. Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
4 lines
117 B
Makefile
4 lines
117 B
Makefile
# Simple makefile for simple example
|
|
PROGRAM=json_jsmn_simple
|
|
EXTRA_COMPONENTS = extras/jsmn
|
|
include ../../common.mk
|