This repository was archived by the owner on May 20, 2021. It is now read-only.
Wrap 1.1
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)