[#RunCommandParseJSON] = RunCommandParseJSON :mrdocs: Execute a command which returns JSON, and parse the result. == Synopsis Declared in `<common/run_command.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] RunCommandParseJSON( std::vector<std::string> const& cmd_args, std::string const& str_std_in = ""); ---- == Return Value parsed JSON == Parameters [cols="1,4"] |=== | Name| Description | *cmd_args* | The command and arguments | *str_std_in* | string to pass to stdin |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#