{"id":30025096,"url":"https://github.com/tinwhistler/simplejsonconfig","last_synced_at":"2026-01-20T17:29:03.673Z","repository":{"id":308244589,"uuid":"1032134739","full_name":"tinwhistler/SimpleJsonConfig","owner":"tinwhistler","description":"A dead-simple JSON config reader for .NET with no ceremony, no POCOs, and no DI.","archived":false,"fork":false,"pushed_at":"2025-08-09T08:45:37.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T04:17:24.661Z","etag":null,"topics":["configuration","csharp","dotnet","dotnet-library","json","minimalist","nuget","poco","simple"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinwhistler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-04T21:32:48.000Z","updated_at":"2025-08-09T08:45:40.000Z","dependencies_parsed_at":"2025-08-05T00:05:42.129Z","dependency_job_id":"4cb954ea-0f87-4f34-bf36-961b38f1d4ad","html_url":"https://github.com/tinwhistler/SimpleJsonConfig","commit_stats":null,"previous_names":["tinwhistler/simplejsonconfig"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tinwhistler/SimpleJsonConfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinwhistler%2FSimpleJsonConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinwhistler%2FSimpleJsonConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinwhistler%2FSimpleJsonConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinwhistler%2FSimpleJsonConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinwhistler","download_url":"https://codeload.github.com/tinwhistler/SimpleJsonConfig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinwhistler%2FSimpleJsonConfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018310,"owners_count":26086342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","csharp","dotnet","dotnet-library","json","minimalist","nuget","poco","simple"],"created_at":"2025-08-06T08:00:57.035Z","updated_at":"2025-10-14T08:32:11.625Z","avatar_url":"https://github.com/tinwhistler.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleJsonConfig\n\nA dead-simple JSON config reader for .NET.  \nNo ceremony. No POCOs. No dependency injection. No religion.\n\n## Why?\n\nBecause modern .NET decided configuration needed to be a lifestyle choice.\n\nYou know the drill:\n- Inject `IConfiguration` into something.\n- Set up 12 layers of config providers.\n- Bind to a POCO with optional snake_case massaging.\n- Forget where your setting actually came from.\n- Discover that what you *really* wanted was `GetValue\u003cT\u003e()`.\n\nMeanwhile, you just wanted to read a number from a file.\n\n## No Metadata. No Bloat. Just Your Stuff.\n\nYour config file should contain the values you care about.\nNot Logging.Levels.\nNot AllowedHosts.\nNot IConfigurationBuilder wizardry.\n\nJust the settings your app needs to run — nothing more.\nNo ceremony, no scaffolding, no blessed JSON shape from on high.\n\nLike an INI file, but without pretending we're still in 1998.\n\n## What This Does\n\nIt loads a JSON file and gives you strongly-typed values.  \nYou call `Config.Get\u003cT\u003e(\"key\")`. You get the value. That’s it.\n\nSupports all the basic types you care about:\n- `string`\n- `bool`\n- `int`, `long`, `short`, `byte`\n- `float`, `decimal`\n- `Guid`\n\nIf you're trying to deserialize a polymorphic object graph or need runtime hot-reload across 3 microservices, this isn’t for you. Go enjoy your framework ceremony.\n\nIf you want to read `\"maxUsers\": 25` and move on with your life, welcome.\n\n## Example\n\nLook at `SimpleJsonConfig.TestApp` for an example in use.  \nOne line to load your config file. One line to get a value from it.  \nThat's it. Simple. The way we used to do it back in the day of INI files.\n\n## License\n\nMIT. Use it, break it, fork it, pretend you wrote it. I won't chase you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinwhistler%2Fsimplejsonconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinwhistler%2Fsimplejsonconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinwhistler%2Fsimplejsonconfig/lists"}