搜索结果:swiftyjson

JSONTableView screenshot

JSONTableView

2019年9月19日 • MIT许可证
可展开的JSON数据查看器
DictionaryUtils screenshot

DictionaryUtils

2018年1月5日 • Apache 2.0许可证
iOS Dictionary Utilities for Swift - 允许您使用字符串从字典中提取属性,例如:data.readString("field[0].name")
SwiftyJSONAccelerator screenshot

SwiftyJSONAccelerator

2015年11月7日 • MIT许可证
JSON到Swift Model生成器(支持SwiftyJSON和ObjectMapper)
SwiftyJSON screenshot

SwiftyJSON

2014年10月14日 • MIT许可证
在Swift中处理JSON数据的一种更好的方式:let json = JSON(data: dataFromNetworking) if let userName = json[0]["user"]["name"].string{ //现在您得到了您的值 }