Skip to content

Event object de-serialization error due to Arguments property #705

Closed
@moxplod

Description

Shopify event object's property argument is specified as IEnumerable<string> but can have a nested structure.
Which throws JSON serialization errors. In my case the following error:

{"Error reading string. Unexpected token: StartObject. Path 'events[0].arguments[0]'."}

This is the json that is throwing this error:

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions