[][src]Function gojsonnet_sys::jsonnet_json_make_object

pub unsafe extern "C" fn jsonnet_json_make_object(
    vm: *mut JsonnetVm
) -> *mut JsonnetJsonValue

Make a JsonnetJsonValue representing an object with the given number of fields.

Every index of the array must have a unique value assigned with jsonnet_json_array_element.