toJson abstract method

J toJson(
  1. D value
)

Map a value from the Data class to json.

Defaults to doing the same conversion as for Dart -> SQL, toSql.

Implementation

J toJson(D value);