Target object
Validation result with camel case object
Jeongho Nam - https://github.com/samchon
Converts to camel case with type validation.
Convert every property names of nested objects to follow the camel case convention.
If the input value does not follow the type T
, it returns IValidation.Failure
object. Otherwise, there's no problem on the input value, camel cased converted data
would be stored in the data
property of the output IValidation.Success object.
Target object
Validation result with camel case object
Jeongho Nam - https://github.com/samchon
Converts to camel case with type validation.
Convert every property names of nested objects to follow the camel case convention. If the input value does not follow the type
T
, it returns IValidation.Failure object. Otherwise, there's no problem on the input value, camel cased converted data would be stored in thedata
property of the output IValidation.Success object.