Minor update

This commit is contained in:
Yarmo Mackenbach 2020-11-08 02:09:06 +01:00
parent 96decf7ac8
commit 994701b181

View file

@ -72,7 +72,7 @@ Assuming the following JSON data:
To verify any claim, the `path` should be set to: To verify any claim, the `path` should be set to:
```javascript ```javascript
['firstField', 'secondField', 'finalField'] claim.path = ['firstField', 'secondField', 'finalField']
``` ```
**JSON data containing arrays** **JSON data containing arrays**
@ -101,7 +101,7 @@ Assuming the following JSON data:
To verify any claim, the `path` should be set to: To verify any claim, the `path` should be set to:
```javascript ```javascript
['firstField', 'fieldContainingArray', 'finalField'] claim.path = ['firstField', 'fieldContainingArray', 'finalField']
``` ```
Every `finalField` field for every item in the `fieldContainingArray` array will Every `finalField` field for every item in the `fieldContainingArray` array will