Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/go-ap/jsonld
- Owner: go-ap
- License: mit
- Created: 2019-01-22T15:21:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T09:14:55.000Z (about 2 years ago)
- Last Synced: 2024-06-18T21:46:18.543Z (7 months ago)
- Language: Go
- Homepage:
- Size: 458 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```