Open
Description
Hey
i wonder if there's way to just throw better exception , with field/type name
example:
type Entry1 = object
username: string
password: string
serializing this: "username":true
it just tells me : e: Expected " but got t instead. At offset: 17
expected result: Wrong type: username should be string
obviously I don't want to check everything manually..
Metadata
Metadata
Assignees
Labels
No labels