mirage.json

Utilities for loading JSON configurations.

Members

Classes

JsonConfigFactory
class JsonConfigFactory

Creates configuration dictionaries from JSONs.

Functions

loadJsonConfig
ConfigDictionary loadJsonConfig(string filePath)

Load a JSON configuration file from disk.

parseJsonConfig
ConfigDictionary parseJsonConfig(string json)

Parse JSON config from the given JSON string.

parseJsonConfig
ConfigDictionary parseJsonConfig(JSONValue json)

Parse JSON config from the given JSONValue.

Meta

Authors

Mike Bierlee, m.bierlee@lostmoment.com

License

This software is licensed under the terms of the MIT license. The full terms of the license can be found in the LICENSE file.