Packages

Provides JSON data integration for the Mjolnir MUD Engine.

Current section

Files

Jump to

README.md

# MjolnirJsonDatasource
MjolnirJsonDatasource is a Datasource plugin for the Mjolnir MUD Engine that provides functionality to read from
and write to JSON files.
## Installation
```elixir
def deps do
[
{:mjolnir_json_datasource, "~> 0.1.0"}
]
end
```
## Usage
Within your games's `entities/0` funciton add files you wish to load from in the format of
`MjolnirJsonDatasource://<full/path/to/file>` excluding the `json` suffix.