Searched refs:JSON_COLON (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | json.h | 31 JSON_COLON, enumerator in enum:__anon16
|
H A D | json.c | 590 return JSON_COLON; 666 if (var->value.integer != JSON_COLON)
|
/systemd/src/test/ |
H A D | test-json.c | 187 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