您的当前位置:首页正文

jq与json

来源:华拓网

json字符串转json对象:jQuery.parseJSON(jsonStr);

json对象转json字符串:JSON.stringify(jsonObj);