cJSON_GetObjectItem function
Get item "string" from object. Case insensitive.
Implementation
@ffi.Native<
ffi.Pointer<cJSON> Function(ffi.Pointer<cJSON>, ffi.Pointer<ffi.Char>)
>()
external ffi.Pointer<cJSON> cJSON_GetObjectItem(
ffi.Pointer<cJSON> object,
ffi.Pointer<ffi.Char> string,
);