Change the underlying type of JSON integer from long to json_int_t
[jansson.git] / src / jansson.h
2010-08-13 Petri LehtinenChange the underlying type of JSON integer from long...
2010-08-10 Petri LehtinenMove site configuration to jansson_config.h
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenSupport compilers that don't have the "inline" keyword
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-02-01 Petri LehtinenAdd functions json_object_iter_{at,set,set_new}
2010-01-19 Sean MiddleditchMerge branch 'master' of /home/elanthis/Source/janssonxx
2010-01-17 Petri LehtinenMerge branch '1.1'
2009-12-31 Petri LehtinenAdd functions for shallow and deep copying JSON values
2009-12-31 Petri LehtinenAdd equality test for JSON values
2009-12-23 Petri LehtinenAdd _nocheck functions
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenRemove const qualifier from the json_t parameter in...
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-16 Petri LehtinenImplement JSON_SORT_KEYS encoding flag
2009-12-05 Petri LehtinenImplement JSON_ENSURE_ASCII encoding flag
2009-11-08 Petri LehtinenMerge branch '1.1'
2009-11-07 Petri LehtinenDon't include stdint.h in jansson.h
2009-11-04 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri Lehtinendump: Revise whitespace usage
2009-10-19 raoulhAdd C++ guards to jansson.h
2009-10-14 Petri LehtinenMake integer, real and string mutable
2009-10-11 Petri LehtinenMerge branch '1.0'
2009-10-11 Petri LehtinenExtend object API
2009-09-29 Petri LehtinenExtend array API
2009-09-14 Petri LehtinenMerge branch '1.0'
2009-09-13 Petri LehtinenUse unsigned long instead of uint32_t
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
2009-09-07 Petri LehtinenDon't perform reference counting on true, false and...
2009-09-06 Petri LehtinenMerge branch '1.0'
2009-09-04 Petri Lehtinenjansson.h: Fix typo
2009-09-04 Petri LehtinenAdd reference stealing functions for inserting values...
2009-07-30 Petri LehtinenRemove unimplemented json_clone()
2009-07-30 Petri LehtinenAdd macro json_is_boolean
2009-07-30 Petri LehtinenAdd LICENSE and a copyright note to all sources
2009-07-28 Petri LehtinenRename json_{load,dump} to json_{load,dump}_file
2009-07-13 Petri LehtinenGet rid of JSON_SORT_KEYS dump flag
2009-07-13 Petri LehtinenGet rid of json_dumpfd and json_loadfd
2009-07-04 Petri LehtinenSeparate integers and real numbers
2009-06-15 Petri LehtinenImplement json_load, json_loadf and json_loadfd
2009-05-16 Petri LehtinenImplement dumping to an fd
2009-05-13 Petri LehtinenRefactor error reporting
2009-05-12 Petri LehtinenGet rid of include/