Files
jansson/test/suites
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
2012-03-20 20:55:55 +02:00
2012-06-28 22:04:36 -04:00