Importing JSON code

So I am fairly new but I have been reading for days and can not figure this out. I am not sure if I should use shortcodes or Data-driven Content. Anyway I am editing a page inside the content folder which has an extension of .md. I would like to load the data from my .json file to the page. I need to be able to select certain items from the file as well if possible. Below is a section of the json export from mysql and I would appreciate any help anyone can give me or point in the correct direction. I have read the website but find it difficult to understand or follow.

[{“id”: 1,“type”: “domainaddons”,“currency”: 1,“relid”: 0,“msetupfee”: “0.00”,“qsetupfee”: “0.00”,“ssetupfee”: “2.50”,“asetupfee”: “0.00”,“bsetupfee”: “0.00”,“tsetupfee”: “0.00”,“monthly”: “0.00”,“quarterly”: “0.00”,“semiannually”: “0.00”,“annually”: “0.00”,“biennially”: “0.00”,“triennially”: “0.00”},
{“id”: 2,“type”: “domainregister”,“currency”: 1,“relid”: 1,“msetupfee”: “9.95”,“qsetupfee”: “19.95”,“ssetupfee”: “32.95”,“asetupfee”: “45.95”,“bsetupfee”: “59.95”,“tsetupfee”: “0.00”,“monthly”: “69.95”,“quarterly”: “79.95”,“semiannually”: “89.95”,“annually”: “99.95”,“biennially”: “-1.00”,“triennially”: “0.00”},
{“id”: 3,“type”: “domaintransfer”,“currency”: 1,“relid”: 1,“msetupfee”: “9.95”,“qsetupfee”: “-1.00”,“ssetupfee”: “-1.00”,“asetupfee”: “-1.00”,“bsetupfee”: “-1.00”,“tsetupfee”: “0.00”,“monthly”: “-1.00”,“quarterly”: “-1.00”,“semiannually”: “-1.00”,“annually”: “-1.00”,“biennially”: “-1.00”,“triennially”: “0.00”},
{“id”: 4,“type”: “domainrenew”,“currency”: 1,“relid”: 1,“msetupfee”: “9.95”,“qsetupfee”: “19.95”,“ssetupfee”: “32.95”,“asetupfee”: “45.95”,“bsetupfee”: “59.95”,“tsetupfee”: “0.00”,“monthly”: “69.95”,“quarterly”: “79.95”,“semiannually”: “89.95”,“annually”: “99.95”,“biennially”: “-1.00”,“triennially”: “0.00”},
{“id”: 5,“type”: “domainregister”,“currency”: 1,“relid”: 2,“msetupfee”: “12.95”,“qsetupfee”: “24.95”,“ssetupfee”: “34.95”,“asetupfee”: “49.95”,“bsetupfee”: “64.95”,“tsetupfee”: “0.00”,“monthly”: “-1.00”,“quarterly”: “-1.00”,“semiannually”: “-1.00”,“annually”: “-1.00”,“biennially”: “-1.00”,“triennially”: “0.00”},
{“id”: 6,“type”: “domaintransfer”,“currency”: 1,“relid”: 2,“msetupfee”: “12.95”,“qsetupfee”: “-1.00”,“ssetupfee”: “-1.00”,“asetupfee”: “-1.00”,“bsetupfee”: “-1.00”,“tsetupfee”: “0.00”,“monthly”: “-1.00”,“quarterly”: “-1.00”,“semiannually”: “-1.00”,“annually”: “-1.00”,“biennially”: “-1.00”,“triennially”: “0.00”}]