Example configuration files

Note

ttrpg-convert-cli supports both JSON and YAML config files. Examples of both file types are provided below.

📝 JSON and YAML are both file formats for storing data in useful and human-readable ways.

  • JSON: If you want to know why the {} and [] are used in the ways that they are, you can read about json objects and arrays here).
  • YAML (yet another markup language/"YAML Ain't Markup Language") is described by a specification. Leading whitespace (proper indentation) is crucial in YAML documents.
Note

See configuration.md for more information on setting up config files.