[#JSONRPCRequest-parse] = xref:JSONRPCRequest.adoc[JSONRPCRequest]::parse :relfileprefix: ../ :mrdocs: Parse a JSON‐RPC request object into this instance. == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void parse(xref:UniValue.adoc[UniValue] const& valRequest); ---- == Parameters [cols="1,4"] |=== | Name| Description | *valRequest* | The JSON value to parse. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#