Merge pull request #2 from gonzalezreal/rename-and-update Rename to swift-any-value
Merge pull request #2 from gonzalezreal/rename-and-update
Rename to swift-any-value
AnyValue is a Swift Codable type that serves as a placeholder for any JSON value.
Codable
Using the Swift Package Manager
Add AnyValue as a dependency to your Package.swift file. For more information, see the Swift Package Manager documentation.
Package.swift
.package(url: "https://github.com/gonzalezreal/AnyValue", from: "1.0.0")
AnyValue
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
AnyValue
AnyValue is a Swift
Codabletype that serves as a placeholder for any JSON value.Installation
Using the Swift Package Manager
Add AnyValue as a dependency to your
Package.swiftfile. For more information, see the Swift Package Manager documentation.Help & Feedback
AnyValue.