Details
JSON format is very strict and is mostly intended for machines to read and generate. This tool will help you to sanitize and format JSON object not strictly adhering to the JSON format.
This tool uses JSON5 parser to parse the input. JSON5 is a superset of JSON that allows comments, trailing commas, and more. It is more human-readable, easier and faster to write by a human being than plain JSON is.