Home
last modified time | relevance | path

Searched refs:loadJson (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/tests/
H A Dtest-utils.cpp33 nlohmann::json loadJson(const char *filePath) in loadJson() function
128 *ref_schema = loadJson(uri.c_str()); in documentLoader()
153 nlohmann::json schema_root = loadJson(schema_file_path); in schema_validate_from_file()
H A Dtest-utils.hpp22 nlohmann::json loadJson(const char *filePath);
H A Dir-tests.cpp128 nlohmann::json jGolden = loadJson(json.string().c_str()); in cper_example_section_ir_test()