# Object - `v::object()` Validates if the input is an object. ```php v::object()->validate(new stdClass); //true ``` *** See also: * [Instance](Instance.md) * [Attribute](Attribute.md)