API: JSON Fixer
Public
by promptjoy
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