Am Montag, 15. September 2014 11:50:02 UTC+2 schrieb Pelle:
>
> I'm reading records from PostgreSQL where one column contains a UTF-8 
> encoded JSON-string.
>

decode_json expects bytes as input, not characters. Why don't you define 
this column as "bytea" (BLOB)? 

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to