diff --git a/entries/jQuery.parseJSON.xml b/entries/jQuery.parseJSON.xml index d0965e41..054663df 100644 --- a/entries/jQuery.parseJSON.xml +++ b/entries/jQuery.parseJSON.xml @@ -14,6 +14,7 @@ Takes a well-formed JSON string and returns the resulting JavaScript value. +

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

Passing in a malformed JSON string results in a JavaScript exception being thrown. For example, the following are all invalid JSON strings: