{ "describe_table": [ "test_writes" ], "ops": [ { "update": { "test_writes": [ { "k1": "1", "k2": "a", "v2": "{\"foo\": \"blue\"}" }, { "k1": "1", "k2": "b", "v2": "{\"foo\": \"green\"}" } ] } }, { "upsert": { "test_writes": [ { "k1": "2", "k2": "a", "v1": "0", "v2": "null" }, { "k1": "3", "k2": "a", "v1": "11.11", "v2": "{}" } ] } } ] }