JSON sources
var source = new JsonStringSource("<json content>");
source.Push("<json content>") // update with new contentvar source = new JsonFileSource("settings/config.json");Related pages
Configuration sourcesLast updated
Was this helpful?