cJSON_AddNumberToObject function
Implementation
@ffi.Native<
ffi.Pointer<cJSON> Function(
ffi.Pointer<cJSON>,
ffi.Pointer<ffi.Char>,
ffi.Double,
)
>()
external ffi.Pointer<cJSON> cJSON_AddNumberToObject(
ffi.Pointer<cJSON> object,
ffi.Pointer<ffi.Char> name,
double number,
);