Last updated 4 years ago
Was this helpful?
Requires: main module.
var source = new JsonFileSource("settings.json"); ISettingsNode contents = source.Get(); Console.Out.WriteLine(contents);