No keyword with name '=' found in robot
问题 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":"200", "statusMsg":"200", "_object":{"id":"TS82", "name":"newgroup", "desc":"ttesteste", "parentGroups":[], "childGroups":[], "devices":null, "mos":null, "groupConfigRules" { "version":null, "ruleContents":null }, "applications":null,"type":0 } } From that I want to take "_object" using: ${reqresstr} = ${response['_object']} ... but am getting the