Honestly, it's much easier to use a programming language than to construct the jsonrpc requests manually:
Open image in new tab
JSFiddle Shift + Ctrl + J to open JS console.
Honestly, it's much easier to use a programming language than to construct the jsonrpc requests manually:
Open image in new tab
JSFiddle Shift + Ctrl + J to open JS console.
You're right but some people don't start there, believe me.
I know, but jsfiddle is a convenient way to lure them to the dark side 😃
It's not that much more difficult than using curl, there are even some advantages it has (nothing to install and configure). I, for one, have a love/hate relationship with JSON. The hate part comes mainly from me making a mistake after mistake when writing JSON by hand 😃