Deserialize non-fixed JSON

I have an API returning non-fixed/non-static JSON where the keys have dynamic or variable keys. Because of this, I am not able to use the datatype from JSON generator since the key names are dynamic. How can I handle this?

Comments

Sign In or Register to comment.