mex.drop.sinks package

Submodules

mex.drop.sinks.json module

mex.drop.sinks.json.json_sink(data: dict[str, Any] | list[Any], out_file: Path) None

Write data as json to file.

Parameters:
  • data – dictionary or list that is dumped as json

  • out_file – path to output file, parent directories are created if they do not exist

Returns:

None

Module contents