plain text data to json:将简单的纯文本数据库转换为JSON 源码
纯文本数据到json 将“数据库” /基本(单词,短语)列表从纯文本转换为JSON。 安装 : npm install plain-text-data-to-json 利用 var fs = require ( 'fs' ) var toJSON = require ( 'plain-text-data-to-json' ) var doc = fs . readFileSync ( 'input.txt' , 'utf8' ) var data = toJSON ( doc ) fs . writeFileSync ( 'output.json' , JSON . stringify
文件列表
plain-text-data-to-json-main.zip
(预估有个11文件)
plain-text-data-to-json-main
.github
workflows
main.yml
423B
.prettierignore
80B
funding.yml
15B
test.js
6KB
license
1KB
.npmrc
19B
.editorconfig
147B
暂无评论