Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 24, 2023
1 parent 05b22c7 commit 6fade1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Let's assume the following JSON document:
}
}
```
First of all, to find values in the JSON we need lo load the JSON through the **ObjectHandler**. The ObjectHandler wraps the JSON 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 the JSON we need to load the JSON via **ObjectHandler**. The ObjectHandler wraps the JSON 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();
Expand Down Expand Up @@ -150,7 +150,7 @@ Map<String, Object> sportAsMap = finderAndConverter.findFirstForPathEndsWith("sp
```
<br />

# <a name="Validating-values"></a>Validating values
# <a name="Validating-values"></a>Validating values of a JSON
... Documentation in preparation

<br />
Expand Down

0 comments on commit 6fade1d

Please sign in to comment.