convert abstract method

dynamic convert(
  1. T value
)

Converts the provided value to a json representable object.

Implementation

dynamic convert(T value);