cJSON_DeleteItemFromObjectCaseSensitive function

  1. @Native<Void Function(Pointer<cJSON>, Pointer<Char>)>(ffi.Pointer<cJSON>, ffi.Pointer<ffi.Char>)>()
void cJSON_DeleteItemFromObjectCaseSensitive(
  1. Pointer<cJSON> object,
  2. Pointer<Char> string
)

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,
);