Search results for swiftyjson

JSONTableView screenshot

JSONTableView

September 19, 2019 • MIT License
Expandable JSON data viewer
DictionaryUtils screenshot

DictionaryUtils

January 05, 2018 • Apache 2.0 License
iOS Dictionary Utilities for Swift - allowing you to pull properties from a dictionary using a string eg. data.readString("field[0].name")
SwiftyJSONAccelerator screenshot

SwiftyJSONAccelerator

November 07, 2015 • MIT License
JSON to Swift Model Generator (Supports SwiftyJSON and ObjectMapper)
SwiftyJSON screenshot

SwiftyJSON

October 14, 2014 • MIT License
The better way to deal with JSON data in Swift let json = JSON(data: dataFromNetworking) if let userName = json[0]["user"]["name"].string{ //Now you got your value }