0.0.4 • Published 2 years ago

json-path-tree v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

json-path-tree

介绍

从json对象中生成极简的json路径树

安装

pnpm add -D vite-node json-path-tree

使用

json-path-tree -i path/to/input-file -o path/to/output-file

示例

input-file: a: { b: [{ c: 3 }] }
output-file: {
  "a": {
    "b": {
      "c": null,
    },
  },
}
0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago