Boto 是否支持映射和列表 DynamoDB 类型以及 JSON 文档类型?

Does Boto support the map and list DynamoDB types, and JSON document type?

有人可以确认目前(2015 年 4 月)Boto 是否支持 DynamoDB JSON 文档以及映射和列表数据类型吗?

如果是,有人可以提供简单的代码示例吗?

文档支持 (JSON),包括 Map、List、Boolean 和 Null 类型已在 this commit. You can find examples of how to use the new data types later in this commit 的 boto 库中引入。