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 Mar 31, 2026. It is now read-only.
When calling JsonObject on a JsonObject when top level of data is a list (ex:
JsonObject(JsonObject([{"k": "v"}]))) returns a empty JsonObject ({})Environment details
google-cloud-spannerversion: 3.47.0Steps to reproduce
Expected Output:
Got Output:
If fixed, should also fix: googleapis/python-spanner-sqlalchemy#404