Array functions
Is there a way to delete the first entry in an array if the length of the array is more than 1. if the JSON looks like this: { “content”: { “type”: “SHOP_ITEMS”, “uris”: [ “Groceries”, “Cleaning Products”, “Household Items” ] } } I want the final out...