Hi
I am trying to run this code using xcode 7.0.1 swift 2.0 but it's sending error on "JSON.swift" and "Place.swift". Please help me out thanks advance.
Error details are follows: (see attachment

)
1: "Place.swift"
class Place : NSObject, Equatable
Redundant conformance of 'Place' to protocol 'Equatable'
2: JSON.swift
Nil default argument value of cannot be converted to type 'NSJSONReadingOptions'
And
'init()' is unavailable: use 'init(domain:code:userInfo:)'
Hi

I am trying to run this code using xcode 7.0.1 swift 2.0 but it's sending error on "JSON.swift" and "Place.swift". Please help me out thanks advance.
Error details are follows: (see attachment
)
1: "Place.swift"
class Place : NSObject, Equatable
Redundant conformance of 'Place' to protocol 'Equatable'
2: JSON.swift
Nil default argument value of cannot be converted to type 'NSJSONReadingOptions'
And
'init()' is unavailable: use 'init(domain:code:userInfo:)'