json
-
GTStorable Framework as a Swift Package
GTStorable framework is now available to get as a Swift Package!
-
GTCodable – Automate Common Tasks in Swift Using POP, Reflection and the Codable Protocol
A custom protocol in Swift that lets you encode an object to JSON, convert it to dictionary, archive it, save to file, load, initialise, decode and more in an amazingly simple, fast and natural way!
-
Understanding XML and JSON Parsing in iOS Programming
One of the most important tasks that a developer has to deal with when creating applications is the data handing and manipulation. Data can be expressed in many different formats, and mastering at least the most known of them consists of a key ability for every single programmer. Speaking for mobile applications specifically now, it’s…