I want get JSON from URL address, this simple JSON in URL
 [
  {
    "id": "1",
    "name": "دانیال",
    "sex": "male",
    "reshte": "تجربی",
    "rotbe": "3000+",
    "image": "https://xxxxxx.png",
    "telegram": "danyall1377",
    "instagram": "danyall1377",
    "phone": "09xxxxxxxxx"
  },
  {
    "id": "2",
    "name": "دانیال",
    "sex": "male",
    "reshte": "تجربی",
    "rotbe": "3000+",
    "image": "xxxxxxxxx.png",
    "telegram": "dadddddd",
    "instagram": "ddddddd",
    "phone": "091xxxxxxx"
  }
]
Is there easy way for do that?
 
     
     
    