forEach

inline fun Deserializer.ObjectCtx.forEach(block: (String, Any) -> Unit)
inline fun Deserializer.ArrayCtx.forEach(block: (Any?) -> Unit)