Evaluates whether a string is in valid JSON (JavaScript Object Notation) data interchange format.
isJSON(value)
→ returns boolean
Returns true when the argument is a valid JSON value.
isJSON("[1,2,3]")
Expected Result: true
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.