I have a json object being sent to a controller that maps to a class model. The json contains the property below
"Event.GradeBook.GradeEvent": { }
How can I represent this in a class model where it will map correctly?
String Event_Gradebook_GradeEvent;