From 5a7f1e13d995215d674a65e82c70dc95795af3e2 Mon Sep 17 00:00:00 2001 From: Andrey Postal Date: Sat, 17 Aug 2024 20:37:30 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c1baf5..49c7628 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ use \MyNamespace\MyObject; $handler = new JsonHandler(); $myObject = new MyObject(); + // This parses the json string and hydrates the original object, modifying it $handler->hydrateObject($jsonString, $myObject);