append method

void append(
  1. String partialJson
)

Implementation

void append(String partialJson) => _jsonBuffer.write(partialJson);