jsonEncode abstract method

Object? jsonEncode(
  1. R value
)

Converting raw database value to json

Implementation

Object? jsonEncode(R value);