indent2obj:缩进表示的层次结构将转换为JavaScript对象

时间:2024-06-03 15:02:55
【文件属性】:

文件名称:indent2obj:缩进表示的层次结构将转换为JavaScript对象

文件大小:38KB

文件格式:ZIP

更新时间:2024-06-03 15:02:55

JavaScript

indent2obj 缩进表示的层次结构将转换为JavaScript对象。 安装 npm $ npm install indent2obj 凉亭 $ bower install indent2obj 基本的 下载 。 将其加载到脚本标签中。 < script type =" text/javascript " src =" indent2obj.min.js " > </ script > 用法 input看起来像这样。 depth1 depth2 depth2 depth3 depth1 depth1 dpeth2 结果如下。 var results = indent2obj ( input ) ; console . log ( results ) ; /* [ { name: "depth1", children: [


【文件预览】:
indent2obj-master
----.jshintrc(461B)
----.gitignore(37B)
----indent2obj.min.js(905B)
----package.json(1KB)
----.travis.yml(110B)
----LICENSE(1KB)
----README.md(2KB)
----indent2obj.js(2KB)
----bower.json(606B)
----gulpfile.coffee(558B)
----test()
--------index.html(430B)
--------lib()
--------tests.js(2KB)

网友评论