Files
jansson/doc
Petri Lehtinen dd2fe1ebe8 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.
2009-12-23 22:28:24 +02:00
..
2009-08-13 18:38:03 +03:00
2009-12-23 22:28:24 +02:00
2009-12-21 12:52:25 +02:00
2009-10-19 21:56:11 +03:00
2009-11-03 23:09:04 +02:00
2009-10-19 21:56:11 +03:00

To build the documentation, invoke

    make html

Then point your browser to _build/html/index.html.