News

This is a very light-weight solution to deal with JSON files that will not be used whose schema again and again. If you need to generate a string from C# object (e.g. domain objects) to use it as JSON ...
This works great if the JSON file it reads contains an array (2+ items) and correctly appends the new item. However if this tries to read a file with a single item in it, it blows up with this: ...
Hi, I want to convert the swagger json schema to c# files and was hoping that some one could direct me to a tool/application that already does this. I have searched on the net but could not find any ...
JSON is also alien to me, so I grabbed JSON.NET and took a look at it and yeah, no. I write highly abstracted programs that need to basically define themselves at runtime, rather than designtime ...