In postman project,I am maintaining multiple variables in a single enviornment JSON file.
To maintain code,I want to fetch specific which means required objects from the JSON file and do write in new JSON file.(For Example From Attached Pic),Want to fetch object which is having key name as “UTCDateTime” and write it into a separate JSON file.
Is it possible in JS?
Thanks in advance