bigframes.pandas.Series.to_json#

Series.to_json(path_or_buf=None, orient: Literal['split', 'records', 'index', 'columns', 'values', 'table'] | None = None, *, lines: bool = False, index: bool = True, allow_large_results: bool | None = None) str | None[source]#