Skip to content

Writes an azr_catalog to a JSON file in the shape expected by azr_catalog_read().

Usage

azr_catalog_write(catalog, json_file)

Arguments

catalog

An azr_catalog object.

json_file

Path to write the JSON file to.

Value

json_file, invisibly.