Add functions for shallow and deep copying JSON values
authorPetri Lehtinen <petri@digip.org>
Thu, 31 Dec 2009 13:56:28 +0000 (15:56 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 31 Dec 2009 16:50:39 +0000 (18:50 +0200)
commit9db34dc31a69312ec1f486e6273d1bf5c80f978d
tree013fd465ddbeb4cad3171c60a2654d5629ec509f
parent95a468cebb450ed779db90ca8c5805ffa2c93370
Add functions for shallow and deep copying JSON values
doc/apiref.rst
src/jansson.h
src/value.c
test/.gitignore
test/suites/api/Makefile.am
test/suites/api/check-exports
test/suites/api/test_copy.c [new file with mode: 0644]