JsonneD.evaluateFileString

Evaluate a file containing Jsonnet code, return a number of JSON files.

The returned character buffer contains several strings. It should be cleaned up with jsonnet_realloc.

\param filename Path to a file containing Jsonnet code. \param error Return by reference whether or not there was an error. \returns Either the error, or a sequence of strings separated by \0, terminated with \0\0.

struct JsonneD
evaluateFileString
(
string filename
)

Meta