mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 18:40:38 +00:00
The default serialization path for items was subtly broken - instead of parsing JSON string representation of objects, it tried to parse a regular string implementation - which is often also a valid JSON, but nothing guarantees that it actually is. Tests: alternator-test(local) Message-Id: <e1668bf4e9029f2675a4ac28bb4598714575efeb.1586096732.git.sarna@scylladb.com>