mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
When referring to data in a JSON array, use "array" consistently rather than "list". This avoids ambiguity over whether we mean a string containing a CMake list, or a JSON array. Fixes: #24074