Please see this implementation:
@staticmethod def read_json_file__(file): try: with open(file) as json_file: data = js