I have a json response from where I need to read only the path name and write to an output file
"path":"path1","url":"URL1"},"changeType":"edit"},{"item":{"version":138390,"size":2209,"hashValue":"CJkHrcI2FSKb3IoIGr/g/g==",
"path":"PATH2","url":"URL2"},"changeType":"edit"},{"item":{"version":138390,"size":25263,"hashValue":"OU0Rf623p47fTt4ASnSGOA=="
and I want my output file to have just PATH1 PATH2
how do i use regex to achieve this? or any other easier way to do this?