As the title states, I am receiving the "fatal error: unexpectedly found nil while unwrapping an Optional value" error. My JSON is valid, and the link can be found here: http://www.mocky.io/v2/5844d2801100001d140e6b91 .
The line of code that is giving me an issue is here:
let fighterDetails = dictionary["Fighters"]! as! [[String:AnyObject]]
At one point, I had all working code. I went back and re-structed my entire code as I decided to change the topic. I fixed all other errors, but I'm left with this at run-time.