Before this method is called, the parser must either point to the start or end of a JSON object or to a field name. After this method ends, the current token will either be the {@link JsonToken#END_OBJECT} of the current object if the key is not found, or the value of thekey that was found.
@param keyToFind key to find
|
|
|
|