Swiftpack.co - FullStack-Swift/swift-json as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by FullStack-Swift.
FullStack-Swift/swift-json v1.0.0
JSON (JavaScript Object Notation) This library is used to parse the JSON object for Swift
⭐️ 0
🕓 2 years ago
.package(url: "https://github.com/FullStack-Swift/swift-json.git", from: "v1.0.0")

Json

A description of this package.

let json = "".toJson()
let json = data.toJson()
let json = dictionary.toJson()
let json = model.toJson()
let data = json.toData()
let string = json.toString()
let dictionary = json.toDictionary()
let model = json.toModel(Model.self)

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/FullStack-Swift/Json", .upToNextMajor(from: "1.0.0"))
]

GitHub

link
Stars: 0
Last commit: 5 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

v1.0.0
2 years ago

release

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics