Json数据解析(重点网址推荐:www.json.org code.google.com/ https://www.json.com/) 1:什么是Json? 2:Json数据格式的特点? 3:使用Gson解析Json数据 (1)Json:Javascript Object Notation; JSON is a light-weight text-based open standard designed for human-readable data. It is the most w
简单的记一下Json解析的简单实用: 使用场景:后台传到客户端的Json数据,类似于: string jsonObject="{'Name':'Jack','Age':25}"; string jsonArray = "[{'Name':'Jhon','Age':23},{'Name':'Jack','Age':25}]"; 客户端可以定义一个类,类中的属性对应于数据中相应的字段 class Student { public string Name { get; s