Module 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.

Classes

NameDescription
MonadicJSON JSON object powered by option monad when traversing