C# | Parse Json using System.Text.Json (instead of Json.NET)
In this post lets see how to parse a complex Json content without using Json.NET library and by using the native System.Text.Json namespace. What and why cant I use Json.NET library? Scenario: Coming to our scenario we have following json content and we need to parse and read the inputs and outputs collection from the […]
Published on:
Learn more