Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Wrap 1.1

Choose a tag to compare

@JohnSundell JohnSundell released this 28 Apr 22:40
· 116 commits to master since this release

This release of Wrap introduces the ability to encode JSON arrays directly using Wrap:

let objects = [...]
let dictionaries: [WrappedDictionary] = try Wrap(objects)
let data: NSData = try Wrap(objects)