Visual Studio Code – How can I extract specific lines from a json document?
I have a json file with thousands of lines and 90 json objects. Each object come with the following structure: { "country_codes": [ "GB" ], "institution_id": "ins_118309", "name": "Barclaycard (UK) - Online Banking: Personal", // I want to extract this…