jansson/src
Petri Lehtinen 508873de9b Use _nocheck functions internally for speed
There are some places where we copy a string from an existing JSON
value. In these cases the string has already been checked for valid
UTF-8.
2010-01-10 14:39:11 +02:00
..
dump.c Merge branch '1.1' 2009-12-21 12:52:25 +02:00
hashtable.c Extend object API 2009-10-11 20:44:01 +03:00
hashtable.h Fix indentation 2009-10-16 21:20:38 +03:00
jansson_private.h Add _nocheck functions 2009-12-23 22:28:24 +02:00
jansson.h Add functions for shallow and deep copying JSON values 2009-12-31 18:50:39 +02:00
load.c Merge branch '1.1' 2009-12-21 12:52:25 +02:00
Makefile.am jansson 1.1.3 2009-12-18 21:43:12 +02:00
strbuffer.c Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
strbuffer.h Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
utf.c Implement JSON_ENSURE_ASCII encoding flag 2009-12-05 22:55:30 +02:00
utf.h Implement JSON_ENSURE_ASCII encoding flag 2009-12-05 22:55:30 +02:00
util.h Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
value.c Use _nocheck functions internally for speed 2010-01-10 14:39:11 +02:00