JRaw
Represents a raw JSON string.
Initializes a new instance of the JRaw class.
Creates an instance of JRaw with the content of the reader's current token.
public static Task<JRaw> CreateAsync(JsonReader reader, CancellationToken cancellationToken = default)
Asynchronously creates an instance of JRaw with the content of the reader's current token.