On Wed, Sep 22, 2021 at 09:15:30PM +0200, Christian GrĂ¼n scripsit:
If I remember correctly, it should be possible with the Python binding [1] to pass on JSON data and specify 'json' as input type:
query.bind("$input", '{ 1: "abc" }', 'json')
Hope this helps,
It will!
Much appreciated!
-- Graydon