I use an API that return a collection of company symbols with some properties but I don't know how should I deserialize it
{
"A": {
"advanced-stats": {
"prop1": 0.198791,
"prop2": 16.59,
"prop3": 12.44,
}
},
"AA": {
"advanced-stats": {
"prop1": 0.198791,
"prop2": 16.59,
"prop3": 12.44,
}
},
"AAAU": {
"advanced-stats": {
"prop1": 0.198791,
"prop2": 16.59,
"prop3": 12.44,
}
}
}