string-json-array-splitΒΆ
The
string(JSON)command gained anARRAY_SPLITmode 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.