I am newbie and I am confuse here . I have a array of objects and I want to pop data of specific key from array how I can do this in python ? my array is like
my_array = [
{'name': 'updated_by', 'value': {'longValue': 1}},
{'name': 'node_id', 'value': {'longValue': 2}},
]
I want my_array without name : node_id value
I have object of array not just array of integers . I dosen't answer my question
WHY YOU GUYS NOT UNDERSTANDING ALL QUESTIONS ARE RELATED TO JUST LIST NOT LIST OF OBJECTS