Extend object API
authorPetri Lehtinen <petri@digip.org>
Sun, 11 Oct 2009 17:42:43 +0000 (20:42 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 11 Oct 2009 17:44:01 +0000 (20:44 +0300)
commit1e00cd58a514a61e829e639f1e40dac94a334561
tree030dc7824942dd289627d77b5f5891f6a0e73ba9
parent40bb7bf4378e09570f3921cd76cdce6acc873259
Extend object API

Added functions:

  json_object_size
  json_object_clear
  json_object_update
doc/apiref.rst
src/hashtable.c
src/hashtable.h
src/jansson.h
src/value.c
test/testprogs/test_object.c