Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.57 KB

File metadata and controls

57 lines (45 loc) · 1.57 KB

Function: IsJSON

Evaluates whether a string is in valid JSON (JavaScript Object Notation) data interchange format.

Method Signature

IsJSON(var=[any])

Arguments

Argument Type Required Description Default
var any true The value to test for JSON

Examples

Related