skip to Main Content

Deserializing JSON (without dynamic) where array has multiple possible depths based on value of another property?

I am trying to deserialize the following JSON without using dynamic as it is not supported by my system: https://raw.githubusercontent.com/vansha/Two10.CountryLookup/master/Two10.CountryLookup/region-list.json Each line presents a region for geolocating with. Using the JSON Converter here: https://json2csharp.com/ I get the suggestion for data…

VIEW QUESTION
Back To Top
Search