How to remove the duplicate key from json array

Hi @Harshini_Lakshmi ,

My suggestion for your question is try converting your json array to datatable by using the deserialize Json Array so that once you get the json array in datatable format you will be able to find out whether the key is having duplicates or not. thanks.

2 Likes