Print contents of a source
Requires: main module.
var source = new JsonFileSource("settings.json");
ISettingsNode contents = source.Get();
Console.Out.WriteLine(contents);
Related pages
Settings nodesPrint settingsLast updated
Was this helpful?