readerToJson function

String readerToJson(
  1. Reader data
)

Implementation

String readerToJson(Reader data) => json.encode(data.toJson());