Deserialize MLC Positions and Errors for Picket Fence Test

Any tips on deserializing the MLC position and error data that is returned from the Picket Fence Test? I tried an online json object creator but it produced a separate class for each mlc position. I’m hoping to creat a property inside of a “Results” class that looks something like List mlc_positions_mm.

I figured out how to accomplish this by using a Dictionary<string, List< double >>. Works like a charm.