Function camel

  • Convert to camel case.

    Convert every property names of nested objects to follow the camel case convention.

    For reference, this typia.notations.camel() function does not validate the input value type. It just believes that the input value is following the type T. Therefore, if you can't ensure the input value type, it would be better to call one of them below:

    Type Parameters

    • T

      Type of the input value

    Parameters

    • input: T

      Target object

    Returns CamelCase<T>

    Camel case object

    Jeongho Nam - https://github.com/samchon