I've been getting into Swift and I have seen SwiftyJSON is a good library to parse JSON, but still don't know how to use it properly. I need to use SwiftyJSON to get te value of id of every user from this JSON and save them into an array:I've been getting into Swift and I have seen Sw