Package ai.attackframework.tools.burp.utils.config


package ai.attackframework.tools.burp.utils.config
Utilities for serializing and deserializing the extension's configuration.

Includes JSON mapping helpers (ConfigJsonMapper), config key constants, and state holders. These classes are pure data/IO helpers with no Swing dependencies and are safe to use from background threads. Filesystem concerns remain in FileUtil to keep boundaries clear.