将Json串直接转换成对应模型对象。模型建立要求:1,基于JsonObject对象2,模型的属性命名for+字段key(Json串中的字段key)调用:Respond*respond=[[Respondalloc]initWithJson:jsonString];//Respond是JsonObject子类