[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["Creates a server-side dictionary object, which is useful for organizing and accessing data."],["Accepts input in the form of a JSON dictionary or a list of key-value pairs, with keys always being strings."],["If no input is provided, it defaults to creating an empty dictionary."]]],["The function `ee.Algorithms.Dictionary` creates a dictionary object. It accepts a single argument, `input`, which can be either a JSON dictionary or a list of key-value pairs. The keys within the `input` must be strings. This function returns a dictionary data structure based on the provided input.\n"]]