vaticle / typedb-driver-python

TypeDB Driver for Python
https://typedb.com
Apache License 2.0
67 stars 25 forks source link

JSON serialization fixes #287

Closed dmitrii-ubskii closed 1 year ago

dmitrii-ubskii commented 1 year ago

What is the goal of this PR?

We update serialization API from json() to more canonical to_json() and update the BDD test steps to reflect the changes in typedb-behaviour (https://github.com/vaticle/typedb-behaviour/pull/240).

typedb-bot commented 1 year ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture