On Mon, Jun 23, 2014 at 9:35 PM, Jonas Sicking <jo...@sicking.cc> wrote: > Note that you can't do JSON decoding without first doing binary->text > decoding. So by having a "asJSON" function we are automatically > pulling in charset conversion.
Yes, Domenic pointed that out. The same is true for asText(). But note that we're only using the utf-8 decoder. -- http://annevankesteren.nl/