Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
moxplod opened this issue Jan 1, 2022 · 3 comments
Closed

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

moxplod opened this issue Jan 1, 2022 · 3 comments

Comments

@moxplod
Copy link

moxplod commented Jan 1, 2022

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

@moxplod moxplod changed the title Event object arguments property de-serialization issue Event object arguments property de-serialization error Jan 1, 2022
@moxplod moxplod changed the title Event object arguments property de-serialization error Event object de-serialization error due to Arguments property Jan 1, 2022
@nozzlegear
Copy link
Owner

nozzlegear commented Jan 1, 2022 via email

@moxplod
Copy link
Author

moxplod commented Jan 1, 2022

Thank you,
I have changed that to IEnumerable for now locally to unblock.

@nozzlegear
Copy link
Owner

Fixed in 5.14.3!

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

No branches or pull requests

2 participants