cJSON_DeleteItemFromObjectCaseSensitive function
void
cJSON_DeleteItemFromObjectCaseSensitive()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<cJSON>, ffi.Pointer<ffi.Char>)>()
external void cJSON_DeleteItemFromObjectCaseSensitive(
ffi.Pointer<cJSON> object,
ffi.Pointer<ffi.Char> string,
);