Home
last modified time | relevance | path

Searched refs:JSON_BOOLEAN (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/wpa/src/utils/
H A Djson.h19 JSON_BOOLEAN, enumerator
H A Djson.c393 curr_token->type = JSON_BOOLEAN; in json_parse()
398 curr_token->type = JSON_BOOLEAN; in json_parse()
542 case JSON_BOOLEAN: in json_type_str()