Skip to content

DIHE-GitHub/json-path-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
    },
  },
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published