Skip to content
JsonData

GetDataType

JSON_DATA_TYPE GetDataType() const

Will return this JsonData's data type.

Eg, if this component would represent the value age in

{
    "age": 5
}

it would be a JSON_DATA_TYPE::INT.