JSON schema to VB.Net results in non-working code for collections
Never having worked with Newtonsoft before, I read many threads here and found that producing the model object should be easy: use one of the many online tools to convert the schema to VB.net (or C# and convert). My attempts to do so have all failed, that also includes using a pure C# conversion. The issue has to do with collections (I think) or maybe just the schema file itself.