Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/go-ap/jsonld

Json encoding package with some JSON-ld improvements.
https://github.com/go-ap/jsonld

Last synced: about 2 months ago
JSON representation

Json encoding package with some JSON-ld improvements.

Awesome Lists containing this project

README

        

# JSON-ld for Go

[![MIT Licensed](https://img.shields.io/github/license/go-ap/jsonld.svg)](https://raw.githubusercontent.com/go-ap/jsonld/master/LICENSE)
[![Build Status](https://builds.sr.ht/~mariusor/jsonld.svg)](https://builds.sr.ht/~mariusor/jsonld)
[![Test Coverage](https://img.shields.io/codecov/c/github/go-ap/jsonld.svg)](https://codecov.io/gh/go-ap/jsonld)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-ap/jsonld)](https://goreportcard.com/report/github.com/go-ap/jsonld)

Basic lib for using [activity pub](https://www.w3.org/TR/activitypub/#Overview) API in Go.

## Usage

```go
import "github.com/go-ap/jsonld"
```