I need to read objects from a json stream that hav...
# serialization
k
I need to read objects from a json stream that have a map of properties (key/value pairs) in which the keys and the value types are unknown and I just want to iterate through them. is this possible?