Add _nocheck functions
authorPetri Lehtinen <petri@digip.org>
Mon, 21 Dec 2009 12:00:40 +0000 (14:00 +0200)
committerPetri Lehtinen <petri@digip.org>
Wed, 23 Dec 2009 20:28:24 +0000 (22:28 +0200)
commitdd2fe1ebe80fa9a95265fbcd20b6ffdfdc30d469
tree38a3cf0e79efd43aec05db7c9030c8e3af81d0b7
parent6637b976edd508cc9413ce954fe4275eab8c2c69
Add _nocheck functions

Added functions are:

* json_string_nocheck()
* json_string_set_nocheck()
* json_object_set_nocheck()
* json_object_set_new_nocheck()

These functions don't check that their string argument is valid UTF-8,
but assume that the user has already performed the check.
doc/apiref.rst
src/jansson.h
src/jansson_private.h
src/value.c
test/suites/api/test_object.c
test/suites/api/test_simple.c