pastas.timeseries.TimeSeries.to_dict ==================================== .. py:method:: pastas.timeseries.TimeSeries.to_dict(series: bool | None = True) -> dict Method to export the Time Series to a json format. :param series: True to export the original time series, False to only export the TimeSeries object"s name. :type series: bool, optional :returns: **data** -- dictionary with the necessary information to recreate the TimeSeries object completely. :rtype: dict .. !! processed by numpydoc !!