Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reiver/go-jsonld
Package jsonld provides JSON-LD encoders and decoders, for the Go programming language. +And in particular, handles the way the Fediverse, ActivityPub, and ActivityStreams uses JSON-LD.
https://github.com/reiver/go-jsonld
activitypub activitystreams fediverse json-ld
Last synced: about 1 month ago
JSON representation
Package jsonld provides JSON-LD encoders and decoders, for the Go programming language. +And in particular, handles the way the Fediverse, ActivityPub, and ActivityStreams uses JSON-LD.
- Host: GitHub
- URL: https://github.com/reiver/go-jsonld
- Owner: reiver
- License: mit
- Created: 2024-12-03T11:25:37.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-03T11:35:49.000Z (about 1 month ago)
- Last Synced: 2024-12-03T12:30:53.018Z (about 1 month ago)
- Topics: activitypub, activitystreams, fediverse, json-ld
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-jsonld
Package **jsonld** provides JSON-LD encoders and decoders, for the Go programming language.
And in particular, handles the way the Fediverse, ActivityPub, and ActivityStreams uses JSON-LD.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-jsonld
[![GoDoc](https://godoc.org/github.com/reiver/go-jsonld?status.svg)](https://godoc.org/github.com/reiver/go-jsonld)
## Import
To import package **jsonld** use `import` code like the follownig:
```
import "github.com/reiver/go-jsonld"
```## Installation
To install package **jsonld** do the following:
```
GOPROXY=direct go get github.com/reiver/go-jsonld
```## Author
Package **jsonld** was written by [Charles Iliya Krempeaux](http://reiver.link)