In this article, I walk through the %JSON.Adaptor class. This class is extremely useful in exporting data into serialized JSON and importing the JSON objects and saves into class object.
I'll start with the %JSON. Adaptor parameters. The parameters are crucial part of the JSON import and export operations.
If your property name is not the same as the actual JSON key name for export to external or load the data’s into object through import, you should use the%JSONFIELDNAME parameter to define the alias name.

.png)
.png)


