https://github.com/giginet/jansson-swift
Swift modulemaps for jansson
https://github.com/giginet/jansson-swift
Last synced: 4 months ago
JSON representation
Swift modulemaps for jansson
- Host: GitHub
- URL: https://github.com/giginet/jansson-swift
- Owner: giginet
- License: mit
- Created: 2018-07-10T18:57:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T20:27:34.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T23:56:51.549Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```