blob: bde81a08f7cc34437485ea8da15a43ef2e9332ec [file]
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.