export class Reddit { subs : Subreddits[]; } export class Subreddits { name : string; [...] } Upon receiving JSON, how the f*** do I ...
確定! 回上一頁