You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the condition, there is an object that looks like a dictionary, since the field name changes ('==', '<=', '>=, ...). The value is then an array of string
I am trying to decode a JSON like this one with Himotoki in Swift 3
In the condition, there is an object that looks like a dictionary, since the field name changes ('==', '<=', '>=, ...). The value is then an array of string
I have tried to decode like this
I do not not how to decode the ConditionType since there is no field name for the array
The text was updated successfully, but these errors were encountered: