absorbString method

Either<ParseException, IList<Json>> absorbString(
  1. String buf
)

Implementation

Either<ParseException, IList<Json>> absorbString(String buf) =>
    absorb(utf8.encoder.convert(buf));