Add json_loadb() for decoding possibly non null-terminated strings
authorPetri Lehtinen <petri@digip.org>
Sun, 10 Apr 2011 17:54:52 +0000 (20:54 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 10 Apr 2011 18:01:50 +0000 (21:01 +0300)
commitb44e2be0322e4c68d290a75f6b0cf6eba2d5aab2
tree23563679a04a68971008b8c499fea862be1ce3b3
parent76d6d700ad15bab9234f7b8d94fa7df1fa5f16c0
Add json_loadb() for decoding possibly non null-terminated strings

Thanks to Jonathan Landis for the initial patch.
doc/apiref.rst
src/jansson.h
src/load.c
test/.gitignore
test/suites/api/Makefile.am
test/suites/api/check-exports
test/suites/api/test_loadb.c [new file with mode: 0644]