https://github.com/linkeddata/gojsonld
https://github.com/linkeddata/gojsonld
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linkeddata/gojsonld
- Owner: linkeddata
- Created: 2014-05-29T03:39:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T21:07:24.000Z (about 9 years ago)
- Last Synced: 2025-08-13T15:52:33.078Z (10 months ago)
- Language: Go
- Size: 2.05 MB
- Stars: 27
- Watchers: 13
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gojsonld
gojsonld is a library that implements support for the JSON-LD format in the Go programming languages and implements all of the algorithms specified by the JSON-LD processing API (http://www.w3.org/TR/json-ld-api/).
## Using gojsonld
The public API methods are located in the api.go file, along with more relevant documentation.
## Test suite
This library passes all the test in the most recent test suite for JSON-LD, located at http://json-ld.org/test-suite/
In order to run the tests, type go test in the gojsonld directory.