Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giginet/jansson-swift

Swift modulemaps for jansson
https://github.com/giginet/jansson-swift

Last synced: 1 day ago
JSON representation

Swift modulemaps for jansson

Awesome Lists containing this project

README

        

# jansson-swift

Swift modulemaps for [jansson](https://github.com/akheron/jansson).

## Installation

Install `jansson` via a Package Manager.

```
$ brew install jansson
```

```
$ apt-get install libjansson-dev
```

Then you add the dependency to your `Package.swift`.
You can use `Jansson` as Swift module.

```swift
import Jansson
```