Skip to main content

jsonnet_json_extract_number

Function jsonnet_json_extract_number 

Source
pub unsafe extern "C" fn jsonnet_json_extract_number(
    vmRef: *mut JsonnetVm,
    json: *mut JsonnetJsonValue,
    out: *mut f64,
) -> c_int