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