Explore >> Select a destination


You are here

blog.metaobject.com
| | williamboles.com
16.6 parsecs away

Travel
| | Dealing with a JSON network response in iOS projects used to be a pain - you would have to manually parse the response, extract the required values, ignore those that weren't needed, and build your model instances ??. Then came along `Codable` and all that changed.
| | atomicbird.com
19.0 parsecs away

Travel
| | In a previous post I wrote about How JSON compares to Apple property lists and the obstacles to converting data between them. That was a while ago but the post is still accurate, as far as it goes. But Swift changes the situation in some ways, so an update is in order. Recap: JSON vs. Property Lists The previous post was motivated by the problems some people encountered trying to download JSON from a server and then save it as a property list.
| | www.cocoawithlove.com
19.4 parsecs away

Travel
| | "nil" is a pointer to nothing. Here are some useful things that you can do with that pointer to nothing in Objective-C and Cocoa.
| | akr.am
105.5 parsecs away

Travel
| An introduction to PowerShell for Python developers.