I\'m writing a test case in robot framework. I\'m getting the response in below json string:
{\"responseTimeStamp\":\"1970-01-01T05:30:00\", \"statusCode\":\"20
There is a syntax error in your command. Make sure there is a space between ${reqresstr} and =.
${reqresstr}
=
Using your example above:
${reqresstr} = ${response['_object']}