You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to readily convert FaunaDB objects to and from JSON is an important feature. Currently that feature is denoted as being a non-public API by naming the module _json meaning usage of these utilities is not officially supported.
I would like to see the _json module become officially supported and part of the public API this client provides by renaming it to json, E.G. from faunadb.json import to_json.
The text was updated successfully, but these errors were encountered:
Being able to readily convert FaunaDB objects to and from JSON is an important feature. Currently that feature is denoted as being a non-public API by naming the module
_json
meaning usage of these utilities is not officially supported.I would like to see the
_json
module become officially supported and part of the public API this client provides by renaming it tojson
, E.G.from faunadb.json import to_json
.The text was updated successfully, but these errors were encountered: