The JSON you are showing below is an export from cassandra? { "74657374": [["data", "{"foo":"bar"}", 1308209845388000]] }
Does this work? { 74657374: [["data", {foo:"bar"}, 1308209845388000]] } -sd On Thu, Jun 16, 2011 at 9:49 AM, Timo Nentwig <timo.nent...@toptarif.de> wrote: > On 6/15/11 17:41, Timo Nentwig wrote: >> >> (json can likely be boiled down even more...) > > Any JSON (well, probably anything with quotes...) breaks it: > > { > "74657374": [["data", "{"foo":"bar"}", 1308209845388000]] > } > > [default@foo] set transactions[test][data]='{"foo":"bar"}'; > > I feared that storing data in a readable fashion would be a fateful idea. > > https://issues.apache.org/jira/browse/CASSANDRA-2780