How do I deserialize Json that has date based property names?
I have the following Json snippet being returned from an API. I want to deserialize into a Typed class however the property names are dates so they change with each call. How do I do this? "watts": { "2022-12-19 08:14:00":…