Change the maximum indentation size to 32 spaces in encoder
authorPetri Lehtinen <petri@digip.org>
Fri, 13 Aug 2010 19:11:04 +0000 (22:11 +0300)
committerPetri Lehtinen <petri@digip.org>
Fri, 13 Aug 2010 19:12:36 +0000 (22:12 +0300)
commitf8d0e01e46cd9452b5d7780906029d899215cb89
tree769ec8c78075b5730e721ff15767666fc1c8b743
parentffbab6fedd86ee1a0c7884d62fa7233ce9d745d2
Change the maximum indentation size to 32 spaces in encoder

This is to free up bits from the flags parameter of json_dump
functions. I'm pretty sure no-one needs 256 spaces of indentation when
pretty-printing JSON values...

This is a backwards incompatible change.
doc/apiref.rst
src/dump.c
src/jansson.h