MCPcopy Create free account
hub / github.com/argotorg/solidity / jsonPrettyPrint

Function jsonPrettyPrint

libsolutil/JSON.cpp:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125std::string jsonPrettyPrint(Json const& _input) { return jsonPrint(_input, JsonFormat{JsonFormat::Pretty}); }
126
127std::string jsonCompactPrint(Json const& _input) { return jsonPrint(_input, JsonFormat{JsonFormat::Compact}); }
128

Callers 3

toJsonMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
runMethod · 0.85

Calls 1

jsonPrintFunction · 0.85

Tested by 1

runMethod · 0.68