We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Table:
CREATE TABLE test (id int, value json);
With data:
But event's values in python3 is :
{"id":1,"value":{b"string1":b"string2"}
And when use json.dumps will raise TypeError: keys must be a string
json.dumps
TypeError: keys must be a string