cJSON_GetStringValue function

  1. @Native<Pointer<Char> Function(Pointer<cJSON> item)>(ffi.Pointer<cJSON>)>()
Pointer<Char> cJSON_GetStringValue(
  1. Pointer<cJSON> item
)

Check item type and return its value

Implementation

@ffi.Native<ffi.Pointer<ffi.Char> Function(ffi.Pointer<cJSON>)>()
external ffi.Pointer<ffi.Char> cJSON_GetStringValue(ffi.Pointer<cJSON> item);