MjolnirJsonDatasource
MjolnirJsonDatasource is a Datasource plugin for the Mjolnir MUD Engine that provides functionality to read from and write to JSON files.
Installation
def deps do
[
{:mjolnir_json_datasource, "~> 0.1.0"}
]
endUsage
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.