Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)