does this two json-s are the same, if not what is the change?
{Name: “test”,
Surname: “tset”,
UserName: “test.4”,
EmailAddress: “test.4@emea.com” ,
RolesList: [ “”],
LicenseType: “”,
RobotProvision: {UserName: “emea\test.4”,
RobotType: “”}}
{“Name”: “test”,
“Surname”: “tset”,
“UserName”: “test.4”,
“EmailAddress”: “test.4@emea.com”,“RolesList”: [
“Robot”
],
“LicenseType”: “Attended”,
“RobotProvision”: {
“UserName”: “emea//test.4”,
"RobotType": "Attended"
}
}