faunadb-python
faunadb-python copied to clipboard
Make the _json utilities public
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.
Internal ticket number is FE-3024