swift-any-value

2.0.0

A Swift Codable type that serves as a placeholder for any JSON value
gonzalezreal/swift-any-value

What's New

AnyValue 2.0.0

2023-05-01T14:57:42Z

Updated package name

To reflect the Swift community naming conventions, the package has been renamed from AnyValue to swift-any-value. So, you may eventually need to update any Xcode projects or Package.swift files that depend on AnyValue.

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

  • Open an issue if you need help, if you found a bug, or if you want to discuss a feature request.
  • Open a PR if you want to make some change to AnyValue.
  • Contact @gonzalezreal on Twitter.

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Mar 13 2024 02:31:38 GMT-0900 (Hawaii-Aleutian Daylight Time)