def jsonPrettyprint(self,data, sortKeys=False, **kwargs): """ Description Display the JSON data in human readable format with indentations. """ self.ixnObj.logInfo('\nimportJsonConfigObj pretty print:', timestamp=False) self.ixnObj.logInfo('\n\n{0}'.format(json.dumps(data, indent=4, sort_keys=sortKeys)), timestamp=False)