def run(self, articleList):
     tableObj = ArticleListToTable(self.options).run(articleList)
     return tableoutput.table2json(tableObj, colnames=True)
예제 #2
0
파일: json.py 프로젝트: edisona/amcat
 def run(self, articleList):
     tableObj = ArticleListToTable(self.options).run(articleList)
     return tableoutput.table2json(tableObj, colnames=True)
 def run(self, tableObj):
     return tableoutput.table2json(tableObj, colnames=True)
예제 #4
0
파일: json.py 프로젝트: edisona/amcat
 def run(self, tableObj):
     return tableoutput.table2json(tableObj, colnames=True)