Jobject after deserialise was not working nor jobject.parse method. Another uipath improvement.
Yes, JObject works when we use variable name “jobject” and variable type jobject with Default value to “new jobject”
The important part is we have to have variable with name “jobject”. If we use “jobj” as variable name it does not allow parse(json string) nor work with other functions.
If anyone is facing challenge to get json key value pair need to use “jobject” and parse the string. Done now you can get key values.