Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 26, 2023
1 parent 8dea97a commit f8f55a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ ObjectHandler objectHandler = facade.newObjectHandler(
```

After loaded the JSON we need to instantiate a **Finder**. There are 3 kinds of Finder:
* the [**ObjectHandler.Finder**](#The-ObjectHandlerFinder) that which allows you to search for elements within the JSON ​​returning ObjectHandlers
* the [**ObjectHandler.ValueFinder**](#The-ObjectHandlerValueFinder) that which allows you to search for elements within the JSON ​​directly returning the values
* the [**ObjectHandler.ValueFinderAndConverter**](#The-ObjectHandlerValueFinderAndConverter) that which allows you to search for elements within the JSON ​​and convert the values found
* the [**ObjectHandler.Finder**](#the-objecthandlerfinder) that which allows you to search for elements within the JSON ​​returning ObjectHandlers
* the [**ObjectHandler.ValueFinder**](#the-objecthandlervaluefinder) that which allows you to search for elements within the JSON ​​directly returning the values
* the [**ObjectHandler.ValueFinderAndConverter**](#the-objecthandlervaluefinderandconverter) that which allows you to search for elements within the JSON ​​and convert the values found

<br/>

Expand Down

0 comments on commit f8f55a8

Please sign in to comment.