getJsonObject function

dynamic getJsonObject(
  1. String source
)

Implementation

dynamic getJsonObject(
    String source
    )
{
    return jsonDecode( source );
}