• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

test_files/H07-May-2022-

.gitignoreH A D18-Apr-20176

README.mdH A D18-Apr-2017544

api.goH A D18-Apr-20175.5 KiB

compact_test.goH A D18-Apr-201712.2 KiB

compactionApi.goH A D18-Apr-201722 KiB

consts.goH A D18-Apr-2017888

context.goH A D18-Apr-20177.8 KiB

contextApi.goH A D18-Apr-201711 KiB

documentLoader.goH A D18-Apr-2017931

error.goH A D18-Apr-20172.8 KiB

expand_test.goH A D18-Apr-201710.5 KiB

expansionApi.goH A D18-Apr-201715.7 KiB

flatten_test.goH A D18-Apr-20177 KiB

flatteningApi.goH A D18-Apr-20178.5 KiB

fromRDF_test.goH A D18-Apr-20173.4 KiB

graph.goH A D18-Apr-2017692

jsonUtils.goH A D18-Apr-2017420

jsonldApi.goH A D18-Apr-201790.7 KiB

main.goH A D18-Apr-201735

normlizeUtils.goH A D18-Apr-201726.5 KiB

options.goH A D18-Apr-2017844

processor.goH A D18-Apr-201721.6 KiB

rdf.goH A D18-Apr-20171.3 KiB

rdfDataset.goH A D18-Apr-20175.5 KiB

rdfDatasetUtils.goH A D18-Apr-2017513

regex.goH A D18-Apr-20174.1 KiB

regex_test.goH A D18-Apr-2017926

remoteDocument.goH A D18-Apr-2017463

serializationApi.goH A D18-Apr-201713.1 KiB

tagsH A D18-Apr-201712.9 KiB

term.goH A D18-Apr-20175.5 KiB

toRDF_test.goH A D18-Apr-201714.2 KiB

triple.goH A D18-Apr-20172.1 KiB

uniqueNamer.goH A D18-Apr-2017685

urlUtils.goH A D18-Apr-20171.3 KiB

utils.goH A D18-Apr-20175.3 KiB

README.md

1# gojsonld
2
3gojsonld 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/).
4
5## Using gojsonld
6
7The public API methods are located in the api.go file, along with more relevant documentation.
8
9## Test suite
10
11This library passes all the test in the most recent test suite for JSON-LD, located at http://json-ld.org/test-suite/
12
13In order to run the tests, type go test in the gojsonld directory.
14