Print contents of a source

Requires: main module.

var source = new JsonFileSource("settings.json");

ISettingsNode contents = source.Get();

Console.Out.WriteLine(contents);
Settings nodesPrint settings

Last updated

Was this helpful?