I\'m a noob when it comes to requests and JSON. Inside my app I send to the server and get back stuff so I can use it of course. I tried looking up different things but none
If that's what you're getting back it's not JSON I'm afraid. It does look like Javascript in a way but it should be more like
[ { "id" : 38, "name" : "St. Martin Hall" }, { "id" : 39, "name" : "Assumptions Commons" } ]