You are on page 1of 1

1.

In case of REST, We do not create Data conversion rules like, Converting from clipboard
to JSON or JSON to Clipboard. Then, How pega internally performs this?
A.

While consuming rest service, we are not required to create Steaming and Parse rules
for JSON. These techniques are OOTB implemented and available.

This will be done by calling internal Java APIs


AdoptJSONObject() and getJSON() API calls.

You might also like