cJSON_CreateObject function

  1. @Native<Pointer<cJSON> Function()>()>()
Pointer<cJSON> cJSON_CreateObject()

Implementation

@ffi.Native<ffi.Pointer<cJSON> Function()>()
external ffi.Pointer<cJSON> cJSON_CreateObject();