jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
642 stars 307 forks source link

Option to get raw json response? #82

Open tmagik opened 6 years ago

tmagik commented 6 years ago

Is there a clean way to have an api/option to get the raw json response (as string or better yet bytes for python3) instead of the pythonified version?