mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Minor update
This commit is contained in:
parent
96decf7ac8
commit
994701b181
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ Assuming the following JSON data:
|
|||
To verify any claim, the `path` should be set to:
|
||||
|
||||
```javascript
|
||||
['firstField', 'secondField', 'finalField']
|
||||
claim.path = ['firstField', 'secondField', 'finalField']
|
||||
```
|
||||
|
||||
**JSON data containing arrays**
|
||||
|
@ -101,7 +101,7 @@ Assuming the following JSON data:
|
|||
To verify any claim, the `path` should be set to:
|
||||
|
||||
```javascript
|
||||
['firstField', 'fieldContainingArray', 'finalField']
|
||||
claim.path = ['firstField', 'fieldContainingArray', 'finalField']
|
||||
```
|
||||
|
||||
Every `finalField` field for every item in the `fieldContainingArray` array will
|
||||
|
|
Loading…
Reference in a new issue