I am developing a React Native application and I want to split this array, but I don't understand how to do that:
[{"dtCreatedOn": "2021-06-01T03:28:21.450Z", "flgIsActive": true, "inTagId": 2, "stTags": "Song"}, "3", "6", "7", "8"]
I want to get the value of the key inTagId and also the last integer values "3", "6", "7", "8" from this array