Registry / serialization / piprate-json-gold

piprate-json-gold

JSON →
library0.8.0gogounverified

JSON-Gold is a Go implementation of the JSON-LD specification for processing linked data.

go get github.com/piprate/json-gold
INSTALL
IMPORT
SIG · PIPRATE-JSON-GOLD
P
piprate-json-gold
serializationgov0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jsongold
github.com/piprate/json-gold

Initialize JSON-LD processor

package main import ( "fmt" "github.com/piprate/json-gold/ld" ) func main() { proc := ld.NewJsonLdProcessor() options := ld.NewJsonLdOptions("") result, _ := proc.Compact(nil, nil, nil, options) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
piprate-json-gold — go get piprate-json-gold · libregistry