jQuery.parseJSON()

https://api.jquery.com/jQuery.parseJSON/

https://api.jquery.com/category/deprecated/deprecated-3.0/

As of jQuery 3.0, $.parseJSON is deprecated. To parse JSON strings use the native JSON.parse method instead.

 

Where the browser provides a native implementation of JSON.parse, jQuery uses it to parse the string. For details on the JSON format, see https://json.org/.

 

posted @ 2019-07-04 10:11  ChuckLu  阅读(327)  评论(0编辑  收藏  举报