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

/systemd/src/basic/
H A Djson.h31 JSON_COLON, enumerator in enum:__anon16
H A Djson.c590 return JSON_COLON;
666 if (var->value.integer != JSON_COLON)
/systemd/src/test/
H A Dtest-json.c187 test_one("{\"foo\" : \"bar\"}", JSON_OBJECT_OPEN, JSON_STRING, "foo", JSON_COLON, JSON_STRING, "bar", JSON_OBJECT_CLOSE, 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);

Completed in 13 milliseconds