Include a BSD licensed JSON parser for the CLI.

This commit is contained in:
Adam Ierymenko 2015-04-16 12:27:51 -07:00
parent 377367175c
commit 6c29e966dd
4 changed files with 1321 additions and 0 deletions

View file

@ -1,5 +1,6 @@
OBJS=\
ext/lz4/lz4.o \
ext/json-parser/json.o \
ext/http-parser/http_parser.o \
node/C25519.o \
node/CertificateOfMembership.o \