Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
std::string jsonPrettyPrint(Json const& _input) { return jsonPrint(_input, JsonFormat{JsonFormat::Pretty}); }
126
127
std::string jsonCompactPrint(Json const& _input) { return jsonPrint(_input, JsonFormat{JsonFormat::Compact}); }
128
Callers
3
toJson
Method · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
run
Method · 0.85
Calls
1
jsonPrint
Function · 0.85
Tested by
1
run
Method · 0.68