PMJSON v2.0.1
- Add method
JSON.parser(for:options:)
that returns aJSONParser<AnySequence<UnicodeScalar>>
from aData
. LikeJSON.decode(_:options:)
, this method automatically detects UTF-8, UTF-16, or UTF-32 input. - Fix compatibility with Swift Package Manager.