How can I create JSON object in Uipath and deserialize it? Just for example purpose.
I am using the below syntax but compiler error in assign activity.
What is the data type for the MyObj varibalr here?
var myObj = { “name”:“John”, “age”:31, “city”:“New York” };