JSON Validate
Last updated
Last updated
You can check if a json is valid or not
Sometimes you may need to inspect and validate JSON strings coming from APIs or Front-end applications. Using the method isJson() will output if your string is a valid json.