Nick Craig-Wood 744828a4de rc: allow JSON parameters to simplify command line usage
If the parameter being passed is an object then it can be passed as a
JSON string rather than using the `--json` flag which simplifies the
command line.

rclone rc operations/list fs=/tmp remote=test opt='{"showHash": true}'

Rather than

rclone rc operations/list --json '{"fs": "/tmp", "remote": "test", "opt": {"showHash": true}}'
2020-07-22 18:40:52 +01:00
..
2020-07-15 23:15:06 +01:00
2020-06-24 14:35:12 +01:00
2020-07-21 16:09:53 +01:00
2020-05-19 12:02:44 +01:00
2020-06-13 11:55:37 +01:00