/
niceSOFT
/
cmake
Обзор
Документация
Войти
/
niceSOFT
/
cmake
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Help/release/dev/string-json-array-split.rst
7 строк
297 B
Daksh Mamodiya
string(JSON): Add ARRAY_SPLIT mode for linear array iteration
07 авг 2026, 18:45
07 авг 2026, 18:45
7cca854
Код
Авторство
О чём код?
string-json-array-split ----------------------- * The :command:`string(JSON)` command gained an ``ARRAY_SPLIT`` mode that splits a JSON array into a list of its elements with a single parse, enabling linear-time array iteration instead of re-parsing the whole JSON string for each element.