Searched refs:JSON_BOOLEAN (Results 1 - 3 of 3) sorted by relevance

/systemd/src/test/
H A Dtest-json.c64 } else if (t == JSON_BOOLEAN) {
177 test_one("true", JSON_BOOLEAN, true, JSON_END);
178 test_one("false", JSON_BOOLEAN, false, JSON_END);
188 test_one("{\"foo\" : [true, false]}", JSON_OBJECT_OPEN, JSON_STRING, "foo", JSON_COLON, JSON_ARRAY_OPEN, JSON_BOOLEAN, true, JSON_COMMA, JSON_BOOLEAN, false, JSON_ARRAY_CLOSE, JSON_OBJECT_CLOSE, JSON_END);
/systemd/src/basic/
H A Djson.h40 JSON_BOOLEAN, enumerator in enum:__anon16
H A Djson.c564 return JSON_BOOLEAN;
571 return JSON_BOOLEAN;
823 case JSON_BOOLEAN:

Completed in 13 milliseconds