JSON to Object

Trying to use method parameter with JSON raw text to code for a GET method.

But GET don’t allow object type for a method parameter like PUT and POST.

Is there a way to make it possible?

Hello @Ali_AlShamsi

I believe that is possible if you convert JSON to string. But strongly recommend don’t do it.

Regards, Dima.

thank you