nested-prop-resolver:该库可帮助您从复杂的json对象中查找和获取嵌套属性

时间:2024-04-08 20:18:29
【文件属性】:

文件名称:nested-prop-resolver:该库可帮助您从复杂的json对象中查找和获取嵌套属性

文件大小:86KB

文件格式:ZIP

更新时间:2024-04-08 20:18:29

JavaScript

嵌套道具解析器 该库可帮助您从复杂的json对象中查找和获取嵌套属性。 安装 yarn nested-prop-resolver 或者 npm install nested-prop-resolver --save 例子 import { resolve } from 'nested-prop-resolver' ; // For nested props const obj = { user : { name : 'Hiran' } } ; const name = resolve ( obj , 'user.name' ) ; // Output the value of name property. // For nested arrays const obj = { users : [ { name : 'Hiran' } ] }


【文件预览】:
nested-prop-resolver-master
----.babelrc(62B)
----package.json(801B)
----__tests__()
--------resolve.test.js(1KB)
----.eslintrc.json(558B)
----LICENSE(1KB)
----src()
--------index.js(378B)
----.gitignore(192B)
----README.md(1019B)
----yarn.lock(217KB)

网友评论