Add equality test for JSON values
[jansson.git] / src / jansson.h
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/