X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=blobdiff_plain;f=doc%2Fapiref.rst;h=aad0d6c5b30b8afbbaccd31835b8b221c20de2fb;hp=91de0c8ab0f33607d294ce4bb7517ecd4ae30e98;hb=f8d0e01e46cd9452b5d7780906029d899215cb89;hpb=ffbab6fedd86ee1a0c7884d62fa7233ce9d745d2 diff --git a/doc/apiref.rst b/doc/apiref.rst index 91de0c8..aad0d6c 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -618,7 +618,7 @@ can be ORed together to obtain *flags*. ``JSON_INDENT(n)`` Pretty-print the result, using newlines between array and object items, and indenting with *n* spaces. The valid range for *n* is - between 0 and 255, other values result in an undefined output. If + between 0 and 32, other values result in an undefined output. If ``JSON_INDENT`` is not used or *n* is 0, no newlines are inserted between array and object items.