jsonDecode abstract method

R jsonDecode(
  1. Object? value
)

Converting json to raw database value

Implementation

R jsonDecode(Object? value);