C#C
C#3y ago
kruug

❔ Is there a way to read XML the same way I would read JSON?

With JSON, I can use NewtonSoft and access a node like data["name"]["subname"]. Is there a way to do that same thing but with XML data?
Was this page helpful?