Implement JSON parsing and serialization.
authorBen Pfaff <blp@nicira.com>
Wed, 4 Nov 2009 22:55:53 +0000 (14:55 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Nov 2009 23:24:40 +0000 (15:24 -0800)
commitf38b84ea2b6b61d309c604faedd41ab3b0fcf16b
treeb7f130e0f5c5da46840716560905252a6d0762de
parente7f1bf58e44a3449ba6dcf637a51191006bd2324
Implement JSON parsing and serialization.

This will be used by the upcoming Open vSwitch configuration database.
15 files changed:
configure.ac
lib/automake.mk
lib/dynamic-string.c
lib/dynamic-string.h
lib/json.c [new file with mode: 0644]
lib/json.h [new file with mode: 0644]
lib/unicode.c [new file with mode: 0644]
lib/unicode.h [new file with mode: 0644]
lib/util.c
lib/util.h
tests/.gitignore
tests/automake.mk
tests/json.at [new file with mode: 0644]
tests/test-json.c [new file with mode: 0644]
tests/testsuite.at