In wordpress an Api I use returns the tags' ids in an odd way, it returns in this ways:
"tags":[50,51,54]
I have never seen any Json that doesn't look like "key":"value", and I got no clue how to parse it... I hope you can help, Thank you!
Update: My bad, the example I posted was not a full json, it looks like that:
{"categories":[2,8],"tags":[50,51,54]}