JSON

Namespace

JSON

Source:

Methods

(static) isJSONString(str) → {boolean}

Description:
  • Returns verdict if given string is valid JSON or not
Source:
Parameters:
Name Type Description
str string JSON string to be checked
Returns:
Verdict
Type
boolean