示例#1
0
def getJSONDescriptionVector(cardNumber, JSONCardDict, useRelevant):
    return JUtils.retrieveCardDataIntoVector(cardNumber, JSONCardDict, useRelevant)
示例#2
0
def getJSONDescriptionDictionary():
    return JUtils.parseJsonIntoCardsDictionary()