From 35e309be54b4a28f4179353aed6daa005933e2e9 Mon Sep 17 00:00:00 2001 From: gwarser Date: Thu, 11 Apr 2024 17:46:45 +0200 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}}