detail_stream_json method

detail_stream_json(self, stream, file_path)

Write the JSON string for the file to the stream .


def detail_stream_json(self, stream, file_path):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream that will be written
file_pathSystem.StringThe file path

See Also