With Swift 4\'s Codable protocol there\'s a great level of under the hood date and data conversion strategies.
Given the JSON:
{ \"name\": \"Bob\
enter link description hereHow to used JSONDecodable in Swift4 1)get the JSON Response and Create Struct 2)conform Decodable class in Struct 3) Other steps in following Project(Simple Example)