setFromJson abstract method

bool setFromJson(
  1. JSONTYPE json
)

Convert and set any json to T It doesn't crash if passed incorrect data type value If it fails to put value it returns false

Implementation

bool setFromJson(JSONTYPE json);