API documentation

ModuleDescription
monadic.json This is a wrapper on std.json 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