Home
last modified time | relevance | path

Searched refs:JSON_STRICT (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/jansson/test/suites/api/
HDtest_unpack.c289 if(!json_unpack_ex(j, &error, JSON_STRICT, "[ii]", &i1, &i2)) in run_tests()
308 if(json_unpack_ex(j, NULL, JSON_STRICT | JSON_VALIDATE_ONLY, in run_tests()
/NextBSD/contrib/jansson/src/
HDpack_unpack.c433 if(strict == 0 && (s->flags & JSON_STRICT)) in unpack_object()
523 if(strict == 0 && (s->flags & JSON_STRICT)) in unpack_array()
HDjansson.h225 #define JSON_STRICT 0x2 macro
/NextBSD/contrib/jansson/doc/
HDapiref.rst1304 using the flag ``JSON_STRICT``. See below for details.
1374 use the ``JSON_STRICT`` unpacking flag.
1378 ``JSON_STRICT`` flag is used, ``*`` can be used to disable the
1417 ``JSON_STRICT``
/NextBSD/contrib/jansson/
HDCHANGES44 - `json_unpack()`: Allow mixing JSON_STRICT with optional keys