Skip to content

PyJSONB/PyJSON can't handle jsons with nested lists #82

@vonsteer

Description

@vonsteer

psqlpy-v0.7.8
The following code raises:
psqlpy.exceptions.PyToRustValueMappingError: Can't convert value from python to rust type: Your value in dict isn't supported by JSON

from psqlpy.extra_types import PyJSON

PyJSON({"data": [{"hello":"there"}]})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions