check module

Validates the extracted JSON file for missing fields, empty values, and duplicate entries.

check.check_duplicates(entries)

Check for duplicate words.

check.check_fields(entries)

Check for missing or empty required fields.

check.load_json(path)

Loads a JSON file from the given path.

check.main()

Main entry point for JSON validation script.

check.usage()

Prints usage information and exits.