Skip to content

Manage configuration with JSON editor

The JSON editor allows you to override the complete experiment configuration via the Manage configuration button.

⚠️ This action may break your entire configuration and cannot be undone. Use with caution.

Features

The JSON editor provides several ways to work with your configuration:

JSON Editor
The JSON editor allows direct editing of the full experiment configuration, including import and export of settings.

Import Configuration

  • Drag and drop: Drag a JSON file directly into the editor.
  • Upload button: Use the "Upload JSON" button to select a file from your computer.

Export Configuration

  • Download: Click the download icon in the top-right corner of the dialog to save your current configuration.

Edit Configuration

Configuration is simple text editor with a support of json.

Best Practices

  • Always back up your configuration before making changes.
  • Validate your JSON syntax before saving.