cJSON_IsBool function

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

Implementation

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