jsonData property

Object jsonData
getter/setter pair

The Object jsonData; is declaring a property named jsonData of type Object in the Poi class. This property can hold any type of object.

Implementation

Object jsonData;