Add LICENSE and a copyright note to all sources
[jansson.git] / src / dump.c
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-28 Petri LehtinenFix some memory leaks and invalid memory references
2009-07-13 Petri LehtinenGet rid of json_dumpfd and json_loadfd
2009-07-09 Petri LehtinenDon't dump extra spaces when indenting
2009-07-09 Petri LehtinenFix dumping of Unicode control codes
2009-07-04 Petri LehtinenFix empty array dumping
2009-07-04 Petri LehtinenSeparate integers and real numbers
2009-06-30 Petri LehtinenFix json_loadf and json_loadfd with empty input
2009-06-13 Petri Lehtinenstrbuffer_value: Return a read-only pointer rather...
2009-06-11 Petri LehtinenImplement strbuffer
2009-06-09 Petri LehtinenImplement json_dump and json_dumps
2009-05-16 Petri LehtinenImplement dumping to an fd
2009-05-12 Petri LehtinenImplement dumping to file
2009-05-12 Petri LehtinenInitial import