JavaScript Object to JSON

Convert JavaScript-style object literals into strict, formatted JSON directly in your browser.

Safe local conversion

JSON5-style data is parsed locally without executing input. Unquoted keys, single quotes, comments, and trailing commas are supported.

Related JSON tools