15 lines
800 B
Markdown
15 lines
800 B
Markdown
# JSON-ld for Go
|
|
|
|
[](https://raw.githubusercontent.com/go-ap/jsonld/master/LICENSE)
|
|
[](https://builds.sr.ht/~mariusor/jsonld)
|
|
[](https://codecov.io/gh/go-ap/jsonld)
|
|
[](https://goreportcard.com/report/github.com/go-ap/jsonld)
|
|
<!--[](https://www.codacy.com/app/go-ap/jsonld/dashboard)-->
|
|
|
|
Basic lib for using [activity pub](https://www.w3.org/TR/activitypub/#Overview) API in Go.
|
|
|
|
## Usage
|
|
|
|
```go
|
|
import "github.com/go-ap/jsonld"
|
|
```
|