Skip to content

Commit

Permalink
Merge pull request #3 from andreypostal/andreypostal-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
andreypostal authored Aug 19, 2024
2 parents 72dc219 + 0e0b47d commit 3e1d014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class MyObject {
```

You can also combine both when need to add custom key or if you want to make an item required.
In the case of the entire object being a JsonObject with a direct 1:1 match (or perfect mirror of the keys), you can use the ``JsonObjectAttribute``
```php
use \Andrey\JsonHandler\Attributes\JsonObjectAttribute;
use \Andrey\JsonHandler\Attributes\JsonItemAttribute;
Expand Down

0 comments on commit 3e1d014

Please # to comment.