Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-serialization.cpp188 auto binary_empty = json::binary({}); variable
193 json object_empty = {{"key", binary_empty}};
198 json array_empty = {"value", 1, binary_empty};
205 CHECK(binary_empty.dump() == "{\"bytes\":[],\"subtype\":null}");
226 CHECK(binary_empty.dump(4) == "{\n"

Completed in 1 milliseconds