wolfspelz
- 2,350 total downloads
- last updated 1/26/2016
- Latest version: 1.0.8
Inspect values in JSON strings with single line expressions and plain old CLR objects without using foreach/if to extract values from JSON. Extract the 42 from ["first",{"aString":"HelloWorld","aNumber":42}] with C# expression: json.AsList[1].AsDictionary["aNumber"].AsInt
- 1,992 total downloads
- last updated 12/5/2016
- Latest version: 1.0.6
JsonPath Class Library: Extract values from JSON data with single line expressions and plain old CLR objects without using foreach/if. Extract the 42 from ["1st","2nd",{"aString":"HelloWorld","aNumber":42}] with C# expression: json[2]["aNumber"]
ConfigSharp
by:
wolfspelz
- 1,879 total downloads
- last updated 1/19/2015
- Latest version: 1.0.7
Configure your .NET application with C# config files. Config files are C# source files: intellisensed, refactorable, resharpered, syntax checked, compiled, type safe. Write real code with control structures and classes in config files. Include other config files and remote (HTTP) config snippets.