MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / to_json

Method to_json

include/chaiscript/utility/json_wrap.hpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 static std::string to_json(const Boxed_Value &t_bv)
74 {
75 return to_json_object(t_bv).dump();
76 }
77
78 static json::JSON to_json_object(const Boxed_Value &t_bv)
79 {

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected