API documentation
Module | Description |
---|---|
monadic.json |
This is a wrapper on std to make querying JSONs easier. It is designed for programmers comfort, not for performance,
and you should use it on schemaless JSONs. If you know the structure and want to map it into a struct , use asdf .
|
monadic.option | Basic Option monad, also known as Maybe monad |