Add reference stealing functions for inserting values to objects and arrays
authorPetri Lehtinen <petri@digip.org>
Thu, 3 Sep 2009 14:56:00 +0000 (17:56 +0300)
committerPetri Lehtinen <petri@digip.org>
Fri, 4 Sep 2009 06:52:37 +0000 (09:52 +0300)
commit89d09813c376a1ba59a5fd015dd905e2778c7407
tree1bce355601fc6fa68012340252367208fe5e94c2
parent5ac491464256790b46ebffbf0e20e4c4f47a5bb2
Add reference stealing functions for inserting values to objects and arrays

The non-stealing functions are now just simple wrappers around these.
doc/apiref.rst
src/jansson.h
src/value.c
test/testprogs/test_array.c
test/testprogs/test_object.c