pastas.io.pas.pastas_hook ========================= .. py:function:: pastas.io.pas.pastas_hook(obj: dict) Decode Pastas-specific types from JSON. This function is used as the object_hook parameter in json.load() to convert JSON data back to Python/Pandas types used by Pastas. :param obj: Dictionary from the JSON file. :type obj: dict :returns: Dictionary with Pastas types decoded. :rtype: dict .. !! processed by numpydoc !!