Valid Marketing-Cloud-Developer Dumps shared by ExamDiscuss.com for Helping Passing Marketing-Cloud-Developer Exam! ExamDiscuss.com now offer the newest Marketing-Cloud-Developer exam dumps, the ExamDiscuss.com Marketing-Cloud-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Marketing-Cloud-Developer dumps with Test Engine here:
A developer wants CloudPages to work with a REST API returning data in JavaScript Object Notation. The developer wants to efficiently ingest the data and write it to a data extension. Which function should be used?
Correct Answer: B
When working with a REST API that returns data in JavaScript Object Notation (JSON) and needing to efficiently ingest the data and write it to a data extension, the developer should use theServer-Side JavaScript function ParseJSON. This function parses a JSON string and converts it into a JavaScript object, which can then be manipulated and written to a data extension. References: * Salesforce Marketing Cloud Server-Side JavaScript Guide * SSJS ParseJSON Function