tabular-json:展平复杂的JSON对象并转换为csv,制表符分隔或html

时间:2024-05-19 16:22:59
【文件属性】:

文件名称:tabular-json:展平复杂的JSON对象并转换为csv,制表符分隔或html

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-19 16:22:59

JavaScript

表格JSON 该节点模块有助于处理在JSON对象中找到的表格数据。 具有子对象(包括数组)的数据可以被展平,转换为数组,HTML表或定界字符串。 许多选项可用于自定义每个功能。 安装 npm install tabular-json 用法 var tabular = require ( 'tabular-json' ) ; 职能 flatten(obj, options) -转换为数组。 每行都是一个对象。 array(obj, options) -转换为数组。 每行是一个子数组。 delimit(obj, options) -转换为带分隔符的字符串(例如csv)。 html(obj, options) -转换为HTML表

。 展平 展平(obj,options) obj转换为数组的对象。 options (可选)包含定制的JSON对象 headers -数组-要


【文件预览】:
tabular-json-master
----.jshintrc(398B)
----lib()
--------tabular.js(9KB)
----example()
--------example.js(2KB)
----LICENSE(1KB)
----test()
--------test.js(10KB)
----README.md(8KB)
----.gitignore(526B)
----package.json(660B)

网友评论