Attempt to convert a 1.8 lenient input to 1.9 strict JSON. Your input should be usable in 1.8. Please note that this does not consider single quote usage, only double quotes. Escaping may present issues.


Standard

JSON decode error (4): Bad syntax. Ensure your input is correct/lenient first.

Escaped

JSON decode error (4): Bad syntax. Ensure your input is correct/lenient first.
Go Back