asObject method

Object? asObject()

Return Json source object

Implementation

Object? asObject() {
  return _jsonObject;
}