Skip to content

dsh-json-flatten

Verified

dsh-json-flatten · v0.1.0 · MIT

JSON 扁平化:嵌套 JSON ↔ 点号扁平键互转(支持数组索引)

Install

dsh plugin add dsh-json-flatten

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Tags

Readme

dsh-json-flatten · JSON 扁平化

嵌套 JSON ↔ 点号扁平键互转(数组用 [index])。纯 Node 实现。

提供的工具

工具 作用
flatten_json 嵌套 ↔ 扁平互转

安装

dsh plugin add dsh-json-flatten

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-json-flatten"

用法示例

把这个嵌套 JSON 展平
→ 调用 flatten_json(data={a:{b:1,c:[2,3]}})