Skip to content

Composite data types escaped with few errors #17

@afidegnum

Description

@afidegnum

I had an error of not able to insert a dictonary data, I had to pass the value with json_dumps which got escaped.

{'id': 'second', 'class': 'below'} # this gave an error
{"id": "second", "class": "below"} # this got escaped. to {\"id\": \"second\", \"class\": \"below\"}

how do i handle composite data with age-python?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions