File SystemStreamsConvert a ReadableStream to JSONBun provides several conveniences for reading the contents of a ReadableStream into other formats. To read a stream and parse it as JSON, call its json()Copy MarkdownOpenConvert a ReadableStream to a stringBun.readableStreamToText reads the contents of a ReadableStream into a string.Convert a ReadableStream to a BlobBun.readableStreamToBlob reads the contents of a ReadableStream into a Blob .