Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
halaxa committed Nov 24, 2024
1 parent d5024df commit a48ffd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,7 @@ but you forgot to specify a JSON Pointer. See [Parsing a subtree](#parsing-a-sub
### "That didn't help"
The other reason may be, that one of the items you iterate is itself so huge it cannot be decoded at once.
For example, you iterate over users and one of them has thousands of "friend" objects in it.
The most efficient solution is to set `recursive` option to `true`.
See [Recursive iteration](#recursive).
The most efficient solution is to use [Recursive iteration](#recursive).

<a name="step3"></a>
### "I am still out of luck"
Expand Down

0 comments on commit a48ffd9

Please sign in to comment.