Go to file
2022-09-28 23:35:10 +03:00
examples Add imperative convenience functions for loading JSON 2022-09-25 19:12:35 +03:00
source/mirage Add null value test 2022-09-28 23:35:10 +03:00
testfiles Add json string parsing 2022-09-24 18:43:56 +03:00
.gitignore Add JSON config example 2022-09-25 19:03:26 +03:00
dub.json Add env var substitution 2022-09-28 23:31:52 +03:00
dub.selections.json Rename project to detach it from Poodinis 2022-09-24 17:04:57 +03:00
LICENSE.txt Add project skeleton 2022-09-23 23:34:22 +03:00
makefile Add JSON config example 2022-09-25 19:03:26 +03:00
README.md Gremmer 2022-09-25 19:49:15 +03:00

Mirage Config

Version 0.0.0
Copyright 2022 Mike Bierlee
Licensed under the terms of the MIT license - See LICENSE.txt

Toolkit for loading and using application configuration from various formats.

Current formats supported:

  • JSON

This is a work in progress. More will follow. For now see examples/ to learn how to use it.