From 0a2fce3bbeaabbd063947589cb9ef9976ed64134 Mon Sep 17 00:00:00 2001 From: Sean Callahan Date: Thu, 22 Jan 2026 12:34:33 -0800 Subject: [PATCH] Add member field to structCount JSON definition --- data/en/structcount.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/en/structcount.json b/data/en/structcount.json index e7a9ad2a0..5fad0eef5 100644 --- a/data/en/structcount.json +++ b/data/en/structcount.json @@ -2,6 +2,7 @@ "name":"structCount", "type":"function", "syntax":"structCount(structure)", + "member": "structure.count()", "returns":"numeric", "related":[], "description":" Counts the keys in a structure.",