Git Source Contains the “converted” uint256 value and the stored original string value for comparison to make sure the conversion can be replicated.
struct StringVerificationStruct {
    uint256 instructionSetValue;
    string rawData;
}