gonzalezreal / swift-any-value

A Swift Codable type that serves as a placeholder for any JSON value
MIT License
3 stars 0 forks source link

AnyValue

Swift 5.1 Swift Package Manager Twitter: @gonzalezreal

AnyValue is a Swift Codable type that serves as a placeholder for any JSON value.

Installation

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(url: "https://github.com/gonzalezreal/AnyValue", from: "1.0.0")

Help & Feedback