View Source API Reference nm v0.0.1

Modules

nm

nm is tool to help handling deeply nested structure. It works by unnesting your data into a ets table, allowing you to handle transformations in a simple and easy way. Once you finished manipulating your data in the way you want, it allows you to nest the data back with all the applied changes. It provides simple operations to get, update and delete values in a meaninful way.