/SwiftPlaygrounds

Swift Experiments using Playgrounds

Primary LanguageSwift

SwiftPlaygrounds

A collection of playgrounds to experiment with Swift

  • ReferenceAndValueTypes - A Playground to experiment with Reference and Value Types.
  • JSONParsing - A Playground to experiment with JSON parsing (encoding/decoding).
  • JSONParsingSwift3 - A Playground for improved JSON parsing using a dedicated struct.
  • JSONParsingSwift4 - A Playground for improved JSON parsing using the Codable protocol.