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)