I am trying to run this command:
mongodump --port 27017 -d local -c oplog.rs -q '{ts:{$gt: Timestamp(1578475955, 1)}}' -o /data/dump/inc/
but for some reason im getting this error:
Failed: error parsing query as Extended JSON: invalid JSON input
what's the issue?