# Config Configuration related types and methods. These can be used to save script and library configurations in either JSON or INI formats. - - - ## TConfigJSON Type responsible for dealing with JSON configuration files. - - - ## TConfigJSON.Setup ```pascal procedure TConfigJSON.Setup(jsonFile: String); ``` Main method to setup your `TConfigJSON` - - - ## TConfigJSON.SaveConfig ```pascal procedure TConfigJSON.SaveConfig(); ``` Used to save your `TConfigJSON`.