7.5.4. save_json

save_json(output_fpath, data)[source]

Save data output in an JSON file.

Parameters:
  • output_fpath (str) – Output file path.
  • data (list) – Data output.
Returns:

File path where output are written.

Return type:

str