4 "summary": "The easy to use Swift JSON encoder",
5 "description": "Wrap is an easy to use Swift JSON encoder. Don't spend hours writing JSON encoding code - just wrap it instead!\n\nUsing Wrap is as easy as calling Wrap() on any instance of a class or struct that you wish to encode. It automatically encodes all of your type’s properties, including nested objects, collections, enums and more!",
6 "homepage": "https://github.com/JohnSundell/Wrap",
12 "John Sundell": "john@sundell.co"
14 "social_media_url": "https://twitter.com/johnsundell",
22 "git": "https://github.com/JohnSundell/Wrap.git",
25 "source_files": "Sources/Wrap.swift",
26 "frameworks": "Foundation",
27 "pushed_with_swift_version": "4.0"