
# JSON Enricher
```{admonition} Module type

<span style='color: #0000FF'>[enricher](/core_modules.md#enricher-modules)</a></span>
```


Writes all archiving process metadata to a JSON file so it can be parsed by other tools. As this is an Enricher, it will not contain the final stored URLs. 

WARNING: The resulting JSON may reveal sensitive information about the computer and settings in which the archiving process was run. 


```{code} yaml

# steps configuration
steps:
...
  enrichers:
  - json_enricher
...

# module configuration
...

# No configuration options for json_enricher.*



```

[API Reference](../../../autoapi/json_enricher/index)
