Skip to content

PMJSON v2.0.1

Compare
Choose a tag to compare
@lilyball lilyball released this 26 Feb 23:02
· 99 commits to master since this release
  • 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.