jsonnet icon indicating copy to clipboard operation
jsonnet copied to clipboard

questions about api

Open autofuzzoss opened this issue 4 years ago • 2 comments

Hello I am looking for a bug in jsonnet using fuzzer This is the plan to be reported to you.

However, there are questions Do you know the jsonnet API list or document? I really want to make sure that the bugs I found are triggered outside. BR

autofuzzoss avatar Nov 09 '21 02:11 autofuzzoss

Jsonnet is typically run as a commandline tool and we're deprecating the C++ implementation in favour of the Go implementation.

Having said that, there is a library header libjsonnet.h that provides the public interface.

sparkprime avatar Nov 09 '21 11:11 sparkprime

FWIW There is also this for gp-jsonnet: https://pkg.go.dev/github.com/google/go-jsonnet?utm_source=godoc

sbarzowski avatar Nov 17 '21 22:11 sbarzowski