Module 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
.
Classes
Name | Description |
---|---|
MonadicJSON
|
JSON object powered by option monad when traversing |