Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

JSON Config Loader

Tried loading config data and using values directly.

Reflection

Loaded data and used values without checking types or missing keys.

Troubleshooting

  • FileNotFoundError: Make sure the config file path is correct.

  • JSONDecodeError: Check if the JSON format is valid.

  • KeyError: Ensure required keys exist in the config.

  • TypeError: Validate data types before using values.