Files
jansson/test
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-07-30 07:20:37 +03:00
2010-01-21 21:48:31 +02:00