Searched refs:orderedJSON (Results 1 – 2 of 2) sorted by relevance
23 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 in getPythonJSON() [all...]
31 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()