Registry / config / google-go-jsonnet

google-go-jsonnet

JSON →
library0.22.0gogounverified

A Go implementation of the Jsonnet data templating language.

go get github.com/google/go-jsonnet
INSTALL
IMPORT
SIG · GOOGLE-GO-JSONNET
G
google-go-jsonnet
configgov0.22.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.

jsonnet
github.com/google/go-jsonnet

Evaluates a Jsonnet snippet and prints the result.

package main import ( "fmt" "github.com/google/go-jsonnet" ) func main() { vm := jsonnet.MakeVM() result, _ := vm.EvaluateAnonymousSnippet("test", "{x: 1 + 2}") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
google-go-jsonnet — go get google-go-jsonnet · libregistry