valuestring property

Pointer<Char> valuestring
getter/setter pair

The item's string, if type==cJSON_String and type == cJSON_Raw

Implementation

external ffi.Pointer<ffi.Char> valuestring;