Here's your input data: "3""5""2""2".
Figure out a jq query to return "3""5""2".
My usecase: polling JSON objects of a third party service state, which changes less often than I'm polling.
I tried jq -n '[inputs] | unique[]', but this reorders results.