A library for constructing and running decoders that make sure your data
looks as expected.
This is a tool that is useful for bringing values safely into your code.
The source of the data might be something like an HTTP API, user input or
localStorage, where you can never be sure that you get what you expect.
A library for constructing and running decoders that make sure your data looks as expected.
This is a tool that is useful for bringing values safely into your code. The source of the data might be something like an HTTP API, user input or localStorage, where you can never be sure that you get what you expect.