I am working with a JSON structure that looks like the image linked below. I want to extract and rename only the yellow highlighted keys, then store them in a new array.
Here are the key renaming requirements:
act = Actual
prognosis = Prog
plan = Planning
Can you provide an example of how I can efficiently execute this plan?