Add support for optional object keys for json_unpack() and friends
authorPetri Lehtinen <petri@digip.org>
Thu, 26 Jan 2012 19:13:07 +0000 (21:13 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 26 Jan 2012 19:16:36 +0000 (21:16 +0200)
commit6cb14dd33707cd448f1ea3baee0ab2a6116aee0f
tree7bd9b4e6070557a9fb850539a966ccb7a7f1d8aa
parentfa268b50177c85776023e369ae4fb954bd076f6a
Add support for optional object keys for json_unpack() and friends

Initial patch by Andrew Thompson.
doc/apiref.rst
src/pack_unpack.c
test/suites/api/test_unpack.c