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
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Functions exist in the code base that are called
to_json. These functions are misleading because they create dicts not json strings.We should either rename the functions from
to_jsonintoto_dictor have theto_jsonfunctions return json strings.