{ "item1" : [ "string1", "string2", "string3"] } in a no-sql db translates to dict["item1"] = [ "string1", "string2", "string3"]