C#C
C#3y ago
Zarchical

❔ How do I get item values from an array?

Basically, this is the array i have stored in a var:

[{"Example":{"updated":false,},] (i shortened it to make it more readable)

I want to get Example.updated and return it, how would i do that?
Was this page helpful?