Files
jansson/doc
Petri Lehtinen b6a1d8cfd4 Add json_boolean() macro
Mostly for symmetry reasons. Makes it easier e.g. to:

  int ok = 0;
  if(something)
      ok = 1;

  json_object_set_new(obj, "ok", json_boolean(ok));

Fixes #86.
2012-07-30 07:20:37 +03:00
..
2012-03-20 20:55:55 +02:00
2012-07-30 07:20:37 +03:00
2012-04-20 21:35:00 +03:00
2011-10-06 21:23:09 +03:00
2009-11-03 23:09:04 +02:00
2012-07-27 07:28:18 +03:00

To build the documentation, invoke

    make html

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