Skip to content

dankinsoid/swift-json

Repository files navigation

swift-json

Description

This repository provides

Example

Usage

Installation

  1. Swift Package Manager

Create a Package.swift file.

// swift-tools-version:5.7
import PackageDescription

let package = Package(
  name: "SomeProject",
  dependencies: [
    .package(url: "https://github.com/dankinsoid/swift-json.git", from: "0.1.0")
  ],
  targets: [
    .target(
      name: "SomeProject",
      dependencies: [
        .product(name:  "SwiftJSON", package: "swift-json"),
      ]
    )
  ]
)
$ swift build

Author

dankinsoid, [email protected]

License

swift-json is available under the MIT license. See the LICENSE file for more info.

About

JSON swift implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages