摘要: Spring MVC can be setup to automatically bind incoming JSON string into a Java object. Firstly, ensure you have jackson-mapper-asl included on the cla... 阅读全文
posted @ 2016-01-05 10:46 七月逆流 阅读(314) 评论(0) 推荐(0) 编辑
摘要: parse用于从一个字符串中解析出json对象,如:var str = '{"name":"huangxiaojian","age":"23"}'JSON.parse(str)firebug show:Object age: "23" name: "huangxiaojian" _... 阅读全文
posted @ 2016-01-05 10:35 七月逆流 阅读(545) 评论(0) 推荐(0) 编辑