v2.4.0
- Foreign members in GeoJSON are no longer encoded or decoded by default for performance reasons. To enable encoding or decoding of foreign members, set the
CodingUserInfoKey.includesForeignMembers
option totrue
inJSONEncoder.userInfo
orJSONDecoder.userInfo
, respectively. (#187)
Documentation is available online or within Xcode.