mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 23:13:15 +00:00
This patch adds a general assignment operator to the json_list object. It can accept any data structure that support const range iteration and that its contained object can be assigned to the json_list object. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>