Home
last modified time | relevance | path

Searched refs:orderedJSON (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp23 using orderedJSON = nlohmann::ordered_json; typedef
44 uint8_t creatorID, const orderedJSON& json) in prettyJSON()
46 orderedJSON output; in prettyJSON()
121 orderedJSON json = orderedJSON::from_cbor(cborData); in getCBORJSON()
175 orderedJSON json = text; in getTextJSON()
201 orderedJSON json = orderedJSON::parse(jsonString); in getBuiltinFormatJSON()
334 orderedJSON json = orderedJSON::parse(output); in getPythonJSON()
H A Dsrc.cpp31 using orderedJSON = nlohmann::ordered_json; typedef
49 std::string prettyJSON(const orderedJSON& json) in prettyJSON()
51 orderedJSON output; in prettyJSON()
199 orderedJSON json = orderedJSON::parse(output); in getPythonJSON()