Execute a command which returns JSON, and parse the result.
Declared in <common/run_command.h>
UniValue
RunCommandParseJSON(
std::vector<std::string> const& cmd_args,
std::string const& str_std_in = "");
parsed JSON
| Name | Description |
|---|---|
| cmd_args | The command and arguments |
| str_std_in | string to pass to stdin |