Open GoogleCodeExporter opened 8 years ago
Thanks for this bug report; accepted.
Original comment by shlomi.n...@gmail.com
on 27 Aug 2013 at 6:19
Actually the string is not so valid. Shouldn't it be:
'{ "body" : "\\":" }'
?
Original comment by shlomi.n...@gmail.com
on 7 Sep 2013 at 4:53
Well, it seems to be valid (using json_pp and jsonlint)
runa:~/ $ jsonlint -v -s -f && echo valid
{ "body" : "\":" }
{ "body" : "\":" }
valid
and
runa:~/ $ json_pp
{ "body" : "\":" }
{
"body" : "\":"
}
Original comment by martin.s...@gmail.com
on 12 Sep 2013 at 2:00
You are right; I got confused with double escaping SQL+JSON
Original comment by sno...@outbrain.com
on 14 Sep 2013 at 9:08
I would fix this myself but I'm clueless :) Please tell me if you need anything
else.
tnx
Original comment by martin.s...@gmail.com
on 9 Oct 2013 at 2:36
No, I apologize; I haven't had much time to work this through; will try to
attend shortly. Thank you for keeping an eye, and sorry for the delay.
Original comment by shlomi.n...@gmail.com
on 10 Oct 2013 at 5:42
Original issue reported on code.google.com by
martin.s...@gmail.com
on 26 Aug 2013 at 11:04