structString property

String get structString

Returns a string representation of the parsed JSON structure.

Implementation

String get structString {
  return _jsonStruct.structString;
}