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
since #17 deserializeJson (not deserializeDynamicJson) works with JsonAlgebraic, however it seems when wrapping it in a proxy struct and using @serdeProxy!JsonAlgebraic it doesn't work as expected:
since #17 deserializeJson (not deserializeDynamicJson) works with JsonAlgebraic, however it seems when wrapping it in a proxy struct and using
@serdeProxy!JsonAlgebraic
it doesn't work as expected:fails with:
using
deserializeDynamicJson
instead ofdeserializeJson
works as expected.The text was updated successfully, but these errors were encountered: