次のように、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: ""}