In C#.NET, how do I deserialize a JSON object that is not an array of objects, and has a unique name for every object? – Asp.net
I have a JSON object that looks like this: { "preface": { "title": "Preface", "content": [ ], "navigation": [ { "text": "Table of Contents", "section": "table-of-contents" } ] }, "table-of-contents": { "title": "The Adventures of Sherlock Holmes", "content": [ ],…