cJSON_IsArray function

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

Implementation

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