So when I try retreive the JSON from my site I get an error with the Json problem, here it is
Error Domain=NSCocoaErrorDomain Code=3840 "Garbage at end."
on this line of code
let json = try NSJSONSerialization.JSONObjectWithData(data!, options: .MutableContainers) as! NSDictionary
it happens with both NSArray and NSDictionary