toMap abstract method

DynamicMap toMap(
  1. T value
)

Parse for Json.

Json用にパースする。

Implementation

DynamicMap toMap(T value);