JSONDecoder:快速编写的简单JSON解码器 源码
简单的JSON解析器 写得很快。 安装: 使用SPM(在Package.swift中): let package = Package ( name : " NameOfYourProject " , dependencies : [ . package ( url : " https://github.com/asoderman/JSONDecoder.git " , from : " 0.1.5 " ) ] ) 然后 swift package resolve 用法: 快速开始 let j = try ! JSONParser ( text : JSONTEXT). fl
文件列表
JSONDecoder-master.zip
(预估有个22文件)
JSONDecoder-master
.gitignore
239B
Sources
JSONDecoder
JSONToken.swift
734B
JSONDecoder.h
525B
Info.plist
883B
JSONScanner.swift
2KB
0.0.1
JSONDecoder.podspec
6KB
暂无评论