Get rid of json_dumpfd and json_loadfd
authorPetri Lehtinen <petri@digip.org>
Mon, 13 Jul 2009 07:31:42 +0000 (10:31 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 13 Jul 2009 18:45:16 +0000 (21:45 +0300)
commit4c414bdd6d1038195bb6a125fc86eb68d67857e3
tree394d1e5b7d903e77a6cd0d2e569572bf9b1218b2
parent1b67edb54df7d82e5aa75e92732a1ed809422dbf
Get rid of json_dumpfd and json_loadfd

fdopen() makes supporting separate API for file descriptors useless.
Supporting fd's also makes Jansson less portable.
src/dump.c
src/jansson.h
src/load.c
test/.gitignore
test/Makefile.am
test/loadfd_dumpfd.c [deleted file]
test/run-test