JavaScript中json对象序列化转换
JSON.decode('{a:1}')JSON.encode({a:1,b:{c:'2'}})参考:http://www.ramirezcobos.com/2009/12/30/json-jquery-plugin/http://stackoverflow.com/questions/1184624/serialize-form-to-json-with-jquery