ContributionsMost RecentMost LikesSolutionsRe: How to disable FAIL_ON_READING_DUP_TREE_KEY to read json request with duplicates in Ready API?Hi Riche, Thank You for the reply. I have provided a sample response below. { "product":"book", "product":"book", "title":"atomic habits" } Since the attribute "product" is repeated twice, I am getting the mentioned error. It would be great if it can be handled via event handler. I just want to capture the value of "title" Get Outlook for AndroidHow to disable FAIL_ON_READING_DUP_TREE_KEY to read json request with duplicates in Ready API? I am using ready API for automation. One of my response have duplicate attributes, which I could see in Raw response. But, I couldn't transfer any property value from this response because it is read as invalid JSON. How to disable this or any other hack to read a property value? Please suggest. Thanks.