我有一个属性存储为 JSON 对象,如下所示:
content = ndb.JsonProperty()
当我这样做时,我得到这个错误:
line 1614, in _to_base_type
return json.dumps(value, 2)
AttributeError: 'module' object has no attribute 'dumps'
在 ndb 模型类中。
作为一个ndb.TextProperty
它工作正常。也许我发送的 JSON 错误,这是我发送的 JSON 对象:
{posttext: "What is your earliest memory of WWII?", linkdata: ""}