next property

Pointer<cJSON> next
getter/setter pair

next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem

Implementation

external ffi.Pointer<cJSON> next;