jase:用于修改JSON数据的简单CLI工具

时间:2024-05-24 01:01:20
【文件属性】:

文件名称:jase:用于修改JSON数据的简单CLI工具

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-24 01:01:20

JavaScript

杰瑟 一个简单的命令行实用程序,用于从JSON格式的数据结构中提取数据并将数据写入JSON格式的数据结构。 Usage: jase [options] Arguments: A dot (`.`) delimited key which references the value that should be returned or overwritten. Escape dot characters in key names using '\', e.g. 'config.foo\.bar'. Options: -f, --file The JSON file to read. -s, --set The new value to set for the


【文件预览】:
jase-master
----jase.js(3KB)
----test()
--------test-lib-save.js(559B)
--------test-lib-del.js(505B)
--------test-lib-get.js(394B)
----README.md(2KB)
----.gitignore(303B)
----index.js(1KB)
----package.json(801B)

网友评论