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
kubukoz
changed the title
Discriminated union decoding seems to be whitespace sensitive
Discriminated union decoding is whitespace sensitive
Jan 16, 2022
kubukoz
changed the title
Discriminated union decoding is whitespace sensitive
Discriminated union decoding doesn't work with whitespace
Jan 16, 2022
Given this schema:
And this JSON:
""" { "tpe" : "one" , "value" : "hello" }"""
A failure is generated:
If all whitespace is removed from the JSON string, decoding succeeds.
Reproduction in #49.
The text was updated successfully, but these errors were encountered: