@lucid-softworks/config-json
v0.1.0
Published
JSON text and lazy JSON configuration sources.
Maintainers
Readme
@lucid-softworks/config-json
JSON configuration sources from immediate text or a lazy synchronous or asynchronous text loader.
const file = jsonConfigSource("settings.json", () =>
readFile("settings.json", "utf8"),
);The JSON root must be an object. Syntax and root errors identify the source.
