[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["The `TO_BOOLEAN_ARRAY` function converts a JSON array into a boolean array."],["This function's input is a JSON array and it returns a boolean array as output."],["An example demonstrates converting the JSON array `[\"true\", \"false\", \"false\"]` to the boolean array `{true, false, false}`."],["The `TO_BOOLEAN_ARRAY` function only supports JSON data types."]]],[]]