On Jun 13, 2024, at 3:53 PM, Andrew Dunstan <and...@dunslane.net> wrote:
> Hmm. You might be right. Many of these items have this code, but the string() > branch does not: > if (unwrap && JsonbType(jb) == jbvArray) > return executeItemUnwrapTargetArray(cxt, jsp, jb, found, > false); Exactly, would be pretty easy to add. I can work up a patch this weekend. D