MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / ToJSON

Method ToJSON

framework/include/cppmicroservices/Any.h:694–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692 }
693
694 std::string
695 ToJSON(uint8_t const increment, int32_t const indent) const override
696 {
697 std::stringstream ss;
698 any_value_to_json(ss, _held, increment, indent);
699 return ss.str();
700 }
701
702 std::string
703 ToCPP(uint8_t const increment, int32_t const indent) const override

Callers 6

TESTFunction · 0.80
TESTFunction · 0.80
Any.cppFile · 0.80
AnyMap.cppFile · 0.80
ToJSONFunction · 0.80
Any.hFile · 0.80

Calls 1

any_value_to_jsonFunction · 0.85

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64