mirror of
https://github.com/rclone/rclone.git
synced 2025-08-04 20:09:32 +02:00
Before this change `rclone rc --loopback` would give the error "bad JSON". This was because the output of the `rc/list` command was not serialzed through JSON. This serializes it through JSON and fixes that (and probably other) command.