JsonCyclicError constructor

JsonCyclicError(Object object)

The first object that was detected as part of a cycle.

Implementation

JsonCyclicError(Object object) : super(object);