jansson/src
Petri Lehtinen 197d3aa160 Implement strbuffer
String buffer (strbuffer) is an object that resizes automatically when
data is added to it. It was implemented by generalizing the technique
used in json_dumps().
2009-06-11 08:56:11 +03:00
..
dump.c Implement strbuffer 2009-06-11 08:56:11 +03:00
hashtable.c Bump hashtable, allocate object->hashtable statically 2009-05-12 21:44:45 +03:00
hashtable.h Bump hashtable, allocate object->hashtable statically 2009-05-12 21:44:45 +03:00
jansson.h Implement dumping to an fd 2009-05-16 15:15:01 +03:00
load.c Refactor error reporting 2009-05-13 22:25:34 +03:00
Makefile.am Implement strbuffer 2009-06-11 08:56:11 +03:00
strbuffer.c Implement strbuffer 2009-06-11 08:56:11 +03:00
strbuffer.h Implement strbuffer 2009-06-11 08:56:11 +03:00
util.h Move max() to util.h 2009-06-11 08:54:40 +03:00
value.c Move max() to util.h 2009-06-11 08:54:40 +03:00