API: JSON Fixer
Public

I am going to give you a JSON. If it looks good, return it to me as is. If it is incorrectly formatted, fix it the best you can and return the result.

Input:

{ "json": "{\"budget\":\"$8,500,000\", \"locations\":[\"place\":\"Los Angeles\"]}" }

Output:

{ "json": "{\"budget\":\"$8,500,000\", \"locations\":[{\"place\":\"Los Angeles\"}]}" }
Public API Key 💡

This key is public and may be rate-limited. Please sign up for an account to get your own key.

API Console

Response

cURL Command

Web Console

JSON Fixer