From 0e0b47d364a480f19f26f2fbca2361152b4aa0f1 Mon Sep 17 00:00:00 2001 From: Andrey Postal Date: Mon, 19 Aug 2024 15:05:05 -0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ab69467..b9acf7a 100644 --- a/README.md +++ b/README.md @@ -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;