Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Last active January 2, 2019 17:29
Show Gist options
  • Save ryanwebjackson/f062520ea61640df8c6460ccc96c3f5a to your computer and use it in GitHub Desktop.
Save ryanwebjackson/f062520ea61640df8c6460ccc96c3f5a to your computer and use it in GitHub Desktop.
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