From e5b4bfc5a023efe28a135fbdd08829612c1b0b4f Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Tue, 24 Oct 2023 08:33:58 +0000 Subject: [PATCH] Update --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7ad03bc..1fdd019 100644 --- a/docs/index.md +++ b/docs/index.md @@ -95,7 +95,7 @@ Let's assume the following JSON document: } } ``` -First of all, to find values in a JSON document we need to load the JSON via **ObjectHandler**. The ObjectHandler wraps the JSON document and contains the path and the value of the node you are visiting within the JSON. To instantiate an ObjectHandler follow this code: +First of all, to find values in a JSON document we need to load it via **ObjectHandler**. The ObjectHandler wraps the JSON document and contains the path and the value of the node you are visiting within the JSON. To instantiate an ObjectHandler follow this code: ```java Facade facade = Facade.create();