'Generate PPT from Json file through VBA

i want to convert the below Json to Power point through VBA

{
  "title": "Executive Summary & Key Findings",
  "subtitle": "Executive Summary & Key Findings",
  "type": "executive_summary",
  "section_id": "",
  "template": "executive_summary",
  "meta": {
    "type": "executive_summary",
    "template": "executive_summary",
    "reports": true,
    "sample": false,
    "interface": true,
    "tocVisibility": true,
    "access": true,
    "reportName": "North America Protein Market"
  },

Can anyone please help me



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source