Last active
January 2, 2019 17:29
-
-
Save ryanwebjackson/f062520ea61640df8c6460ccc96c3f5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Does anyone use JSON for custom configuration files and if so, are there any conventions or common practices, when reading them from a .NET project? I have created a simple schema for one data type, and want to be able to store a collection of those in this config file, and I'm wondering if the { "data": ... } pattern makes sense or if there's another convention I should be using that makes more sense. | |
https://github.com/Dynalon/JsonConfig | |
https://stackoverflow.com/questions/30042795/building-a-json-configuration-section |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment