List of questions
Related questions
Question 240 - Certified Platform Developer II discussion
When calling a RESTful web service, a developer receives a JSON payload that has a data hierarchy that is nested three levels deep. How can the developer describe the external data?
A.
Deserialize the data untyped and then process it.
B.
Declare a class with three levels and deserialize the JSON typed with this class.
C.
Use the ANT migration tool, the custom metadata API, or the Dataloader.
D.
Use middleware to flatten the JSON and consume it as a new custom object.
Your answer:
0 comments
Sorted by
Leave a comment first