Searched refs:JSON_STRICT (Results 1 – 5 of 5) sorted by relevance
289 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()
433 if(strict == 0 && (s->flags & JSON_STRICT)) in unpack_object()523 if(strict == 0 && (s->flags & JSON_STRICT)) in unpack_array()
225 #define JSON_STRICT 0x2 macro
1304 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 the1417 ``JSON_STRICT``
44 - `json_unpack()`: Allow mixing JSON_STRICT with optional keys