Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-bson.cpp592 json json_representation = variable
617 CHECK(json_representation == j2);
624 json::to_bson(json_representation, ss);
626 CHECK(json_representation == j3);
632 json::to_bson(json_representation, s);
634 CHECK(json_representation == j3);
640 json::to_bson(json_representation, v);
642 CHECK(json_representation == j3);

Completed in 3 milliseconds