transform-to-json:Polymer Web组件,用于将CSV和其他格式转换为JSON和数组

时间:2024-06-12 17:34:28
【文件属性】:

文件名称:transform-to-json:Polymer Web组件,用于将CSV和其他格式转换为JSON和数组

文件大小:96KB

文件格式:ZIP

更新时间:2024-06-12 17:34:28

HTML

用于将任何文本数据转换为JSON的Polymer Web组件: CSV (逗号分隔值) , TSV (制表符分隔值) , SSV (以空格分隔的值) , 固定宽度值 基本上是Kash Nouroozi的库的Web组件包装。 现场例子 用法 使用Javascript包管理器添加库: bower install --save transform-to-json 导入Web组件的polyfill: < script src =" bower_components/webcomponentsjs/webcomponents.min.js " > </ script > 导入自定义元素: < link rel =" import " href =" bower_components/transform-to-json/transform


【文件预览】:
transform-to-json-master
----transform-to-json.html(4KB)
----bower.json(770B)
----preview.png(21KB)
----json-stringify.html(999B)
----examples()
--------index.html(658B)
--------index-links.html(1KB)
--------rawdata_2001.txt(8KB)
--------Sacramentorealestatetransactions.csv(111KB)
--------csv.html(1KB)
--------ssv.html(2KB)
--------Iris.dat(2KB)
--------inline.html(2KB)
--------tsv.html(2KB)
--------column-options.html(16KB)
--------demo.html(123KB)
----LICENSE(1KB)
----comma-separated-values.html(60B)
----README.md(4KB)
----.gitignore(17B)

网友评论