Closed
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:
Activity