You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include two new methods in the CreatableFromJSON protocol extension that simplify turning JSON arrays into data model arrays. The methods that previously existed were only really suitable for use when the arrays were inside a JSON dictionary (which helps keep the failable initializers clean and simple). These new methods are useful outside of that context.
This improvement was brought to my attention by Andrew Duncan http://andrewduncan.net/
0 commit comments