使用了litjson 转化数组时候报错
cellStep.firstList = (List<CellFirstStep>)(jsonDataFirstStep.ValueAsArray());
error:
InvalidCastException: Cannot cast from source type to destination type.
使用了litjson 转化数组时候报错
cellStep.firstList = (List<CellFirstStep>)(jsonDataFirstStep.ValueAsArray());
error:
InvalidCastException: Cannot cast from source type to destination type.