PMJSON v2.0.1 Release Notes

Release Date: 2017-02-26 // about 7 years ago
    • ➕ Add method JSON.parser(for:options:) that returns a JSONParser<AnySequence<UnicodeScalar>> from a Data. Like JSON.decode(_:options:), this method automatically detects UTF-8, UTF-16, or UTF-32 input.
    • 🛠 Fix compatibility with Swift Package Manager.