curlie
curlie copied to clipboard
Incorrect handling of single quotes in JSON output
Curlie is incorrectly handling single quotes in JSON output, where single quotes are removed from the output.
{
"test": "Single 'quotes' inside 'this' string are gone"
}
becomes:
{
"test": "Single quotes inside this string are gone"
}