Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 263 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 263 Bytes

smallcfg

Small function to load a configuration from a JSON file and return a pointer to a struct. I use it so often I might as well just make a quick importable package so I don't have to keep copy/pasting it. Maybe I'll make it a fully fledged thing someday.