Example:
I'm trying to harvest all field properties that appear in a JSON object.

Using allKeys: true it works as long as the fields don't appear inside arrays, but it doesn't traverse inside layer: [{ field: "test" }] to capture test, as it should ?
Example:
I'm trying to harvest all
fieldproperties that appear in a JSON object.Using
allKeys: trueit works as long as the fields don't appear inside arrays, but it doesn't traverse insidelayer: [{ field: "test" }]to capture test, as it should ?