UNPKG

deep-pluck

Version:

Recursively grab the values of all keys within a deeply nested object

18 lines (17 loc) 236 B
{ "foo": [ { "bar": { "baz": { "target": { "wow": "I cant believe it works" } } } } ], "bar": { "target": "target2" }, "target": "just a normal string" }