Ionic use json ? HELP!

Hello
I am trying to apply ionic. I want to use json file on some of my pages.
`[
{
“plaka”: “01”,
“sehir”: “Adana”
},
{
“plaka”: “02”,
“sehir”: “Adıyaman”
}

]`

How can I use any page in wordpress site as json? is it possible?

This question is really vague and openended. Describe exactly what you want to do with the JSON; show some sample code of what you have tried so far.