Universal JSON Fix
Pricing
$10.00/month + usage
Universal JSON Fix
Universal JSON Fix repairs broken or malformed JSON, especially from LLMs like ChatGPT, Claude and Llama. This Apify Actor ensures reliable parsing by fixing mixed quotes, missing commas, and formatting issues, making it ideal for AI applications.
5.0 (5)
Pricing
$10.00/month + usage
0
Total users
6
Monthly users
6
Runs succeeded
>99%
Last modified
2 months ago
JSON String
json
stringRequired
The malformed JSON string to repair
Default value of this property is "{\n \"name\": \"John\",\n \"age\": 30,\n \"city\": \"New York\", // Invalid comment\n \"hobbies\": [\n \"reading\",\n \"music\", // Trailing comma\n ],\n \"contact\": {\n \"email\": \"john@example.com\",\n \"phone\": \"123-456-7890\"\n \"address\": \"123 Main St\" // Missing comma\n }\n}"