I have a data in a txt file as follow. How do I extract them into excel column?

[
   {
      "ID": "abc",
      "Date": "2017-01-30T00:00:00",
      "Value": 123.1234
   },
   {
      "ID": "abc",
      "Date": "2017-01-31T00:00:00",
      "Value": 456.4567
   }
]