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
serde_urlencoded produces a runtime error if asked to decode a nested struct. We could detect that at build time by looking at the JsonSchema object and making sure it's an object whose properties are all scalars. See #363 (review).