I've been working on a mobile app using the JSON API, but I've hit a snag. How do you get the comments for a post? I can get a comment by ID, but posts only have a "has_comments" field - how do I know which comment IDs correspond to which posts?
Updated by TonyCoon