public static T CastTo <T>(this JsonData from)
 {
     return(from.CastToObj().CastTo <T>());
 }