Add JSON_ENCODE_ANY flag to allow encoding any JSON value
authorPetri Lehtinen <petri@digip.org>
Sat, 14 May 2011 09:56:14 +0000 (12:56 +0300)
committerPetri Lehtinen <petri@digip.org>
Sat, 14 May 2011 09:57:12 +0000 (12:57 +0300)
commit636d5f60f9070a2b48d0f43be6e8951286db3023
tree90921f026790baf9bda43cd854e8e60f07a8531d
parentc3492973e16d5c34e56b49c8d7e868ee29290606
Add JSON_ENCODE_ANY flag to allow encoding any JSON value

Closes GH-19.
doc/apiref.rst
src/dump.c
src/jansson.h
test/suites/api/test_dump.c