예제 #1
0
 /// <summary>
 /// Returns the output JSON data as a string.
 /// </summary>
 /// <remarks>
 /// If this is called after an error, or before all output has been written, the result is
 /// undefined.
 /// </remarks>
 /// <returns>a JSON string</returns>
 public string GetString() =>
 _tw.GetString();