jansson/src
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
..
dump.c Tweak slash escaping 2012-06-29 13:25:02 +03:00
error.c Support building on Windows 2012-04-29 22:09:29 +03:00
hashtable.c Add vs2010 solution and project 2012-04-30 21:51:07 +08:00
hashtable.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
jansson.def Support building on Windows 2012-04-29 22:09:29 +03:00
jansson.h Add json_boolean() macro 2012-07-30 07:20:37 +03:00
jansson_config.h.in Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
jansson_private.h Support building on Windows 2012-04-29 22:09:29 +03:00
load.c Fix build warnings under MinGW 2012-05-01 08:02:12 +08:00
Makefile.am jansson 2.3.1 2012-04-20 21:35:00 +03:00
memory.c Support building on Windows 2012-04-29 22:09:29 +03:00
pack_unpack.c Support building on Windows 2012-04-29 22:09:29 +03:00
strbuffer.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
strbuffer.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
strconv.c Remove '+' and leading zeros from exponents in the encoder 2011-11-01 20:50:16 +02:00
utf.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
utf.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
value.c Support building on Windows 2012-04-29 22:09:29 +03:00