faunadb-python icon indicating copy to clipboard operation
faunadb-python copied to clipboard

Make the _json utilities public

Open ryancausey opened this issue 2 years ago • 1 comments

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.

ryancausey avatar Jan 25 '23 01:01 ryancausey

Internal ticket number is FE-3024

github-actions[bot] avatar Jan 25 '23 01:01 github-actions[bot]