cJSON_IsObject function

  1. @Native<Int Function(Pointer<cJSON>)>(ffi.Pointer<cJSON>)>()
int cJSON_IsObject(
  1. Pointer<cJSON> item
)

Implementation

@ffi.Native<cJSON_bool Function(ffi.Pointer<cJSON>)>()
external int cJSON_IsObject(ffi.Pointer<cJSON> item);