[[["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-08-22 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMERGE\u003c/code\u003e function combines two JSON variables (objects or arrays), removing any duplicate values if present.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMERGE\u003c/code\u003e function is used with a JSON value parameter, and it returns a merged JSON object or array.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMERGE\u003c/code\u003e function works only with the JSON data type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMERGE\u003c/code\u003e function can be utilized to combine objects, as illustrated by merging \u003ccode\u003e{"productId": 23}\u003c/code\u003e with \u003ccode\u003e{"productName":"radio"}\u003c/code\u003e to get \u003ccode\u003e{"productId": 23,"productName": "radio"}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMERGE\u003c/code\u003e function can also combine arrays, for example merging \u003ccode\u003e["first", "second", "third"]\u003c/code\u003e and \u003ccode\u003e[4,5]\u003c/code\u003e to yield \u003ccode\u003e["first", "second", "third",4,5]\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]