main
<?php namespace Andrey\JsonHandler\Attributes; use Attribute; #[Attribute(Attribute::TARGET_CLASS)] class JsonObjectAttribute { }