Files
jansson/doc
Maxim Zhukov ca6775dee4 introduce new fixed-size key API
This commit added functions working with fixed-size strings (non null-terminated also).
It's helpful for the following cases:
* getting key from substring without copying to separate buffer (better perfomance)
* using pure UTF-8 keys for the objets
* hack: set binary structs as the keys (see test_binary_keys)

added functions:
 * json_object_getn
 * json_object_setn
 * json_object_setn_nocheck
 * json_object_setn_new
 * json_object_setn_new_nocheck
 * json_object_deln
 * json_object_iter_key_len

added iterators:
 * json_object_keylen_foreach
 * json_object_keylen_foreach_safe

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2020-09-01 10:22:14 +03:00
..
2020-09-01 10:22:14 +03:00
2020-05-07 21:38:59 +03:00
2011-10-06 21:23:09 +03:00
2009-11-03 23:09:04 +02:00
2019-09-20 13:35:56 -04:00

To build the documentation, invoke

    make html

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