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
Currently, yes. I was struggling with how to implement it in a natural way. The two options I see are to create a new set of type adapters that do conversions is specific predetermined ways, or to pass a config value to the readers and skip throwing an exception if an unexpected type is found. This will rely on PHP casting the values to the expected value.
Edit: enabling this could conceal errors in the json as well if it can’t be done per field/class. But it gets more complicated to handle it on that level.
No description provided.
The text was updated successfully, but these errors were encountered: