This is what I'm currently seeing, anyway.
If I send a string with a quote in, I get an error. If I escape the quote (JSON-style), it works ok.
My guess is that under the hood the string is being turned into JSON without getting escaped.
See also #47 which would fix it.