Navi
Json array with multiple types to object
Hi,
I've got the following JSON Array of an array (that I can't change)
How would I go about deserializing this using system.text.json?
I'm fine with a solution that gives me a class (with a string and int as properties) or with casting the int to a string somehow and thus having an
string[][]
7 replies