True if the value is a valid JSON array, false otherwise. 如果值是有效的 JSON 数组则返回 true,否则返回 false
Remarks
This function recursively validates each element using isJSONValue. For deeply nested arrays,
this can result in a large call stack and may hit the stack size limit of the runtime.
Checks if a given value is a valid JSON array.
检查给定值是否为有效的 JSON 数组。