I would like to deserialize the following JSON (using Json.NET) to an object, but cannot, as the class name would need to begin with a number.
An example of this is
You can implement your own DeSerializer or editing the JSON before you DeSerialize it.