- Update JSON library (https://github.com/shareup/json-apple) to 2.0.0.
The only meaningful breaking change between JSON 1.4.1 and 2.0.0 is that assigning nil through a JSON dictionary subscript now stores JSON null instead of removing the key. Consumers of this library who relied on the old behavior should now call removeValue(forKey:) before passing the payload.
Full Changelog: v10.0.2...v10.0.3