Searched defs:json_val (Results 1 – 1 of 1) sorted by relevance
15 void TestJSON(JSONValue *json_val, const std::function<void(T &)> &test_func) { in TestJSON()29 auto json_val = ParseJSON(json_string); local