Getting Started
Integrated Datasets
Usage
Reference
nispace.api
nispace.datasets
nispace.workflows
nispace.stats.coloc
nispace.stats.effectsize
nispace.stats.misc
nispace.io
write_json()
nispace.parcellate
nispace.nulls
nispace.plotting
nispace.transforms
nispace.helpers
nispace.utils
Write a dict to a JSON file (pretty-printed, indent=4).
json_dict (dict) – Dictionary to serialize.
json_path (str or os.PathLike) – Destination file path.
The resolved destination path.
Path