23 Sep
2021
23 Sep
'21
3:19 a.m.
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