diff --git a/Resources-Library.md b/Resources-Library.md index 6cd7efd..59029cc 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -392,7 +392,7 @@ property to remove is an element in an array. +js(json-prune, playlist.[].adserver) -- `*`: will iterate through all own properties of an object. For example, to deal with hard to predict random-named properties. +- `*`: iterate through all own properties of an object. For example, to deal with hard to predict random-named properties. To remove `adserver` object properties from inside _randomly named_ objects in following JSON payload: {"playlist": {"random1": {"adserver": "first"}, "randomB": {"adserver": "second"}}}