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
Let's say we have two versions: v1 and v2
Let's say that our response has a field "address: str" and we want to turn it into a dict in v2. How do we handle this situation in Cadwyn?
What about its reverse? (dict to str)
Activity