Files
jansson/doc
Petri Lehtinen ffbab6fedd Change the underlying type of JSON integer from long to json_int_t
json_int_t is typedef'd to long long if it's supported, or long
otherwise. There's also some supporting things, like the
JSON_INTEGER_FORMAT macro that expands to the printf() conversion
specifier that corresponds to json_int_t's actual type.

This is a backwards incompatible change.
2010-08-13 22:07:20 +03:00
..
2010-02-02 21:26:11 +02:00
2010-06-13 20:37:33 +03:00
2010-01-12 21:29:16 +02:00
2010-03-26 22:03:26 +02:00
2010-04-03 13:49:56 +03:00
2009-11-03 23:09:04 +02:00

To build the documentation, invoke

    make html

Then point your browser to _build/html/index.html.