Skip to content

Commit 7d1f788

Browse files
authored
Update User Guide.md
1 parent 892200b commit 7d1f788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ The difference between single `{}` and double `{{}}` notations:
23592359
will be interpolated as `1,2,3` (which is invalid JSON), thus to keep it valid the outer brackets must be provided - `-T'[ {} ]'`
23602360
* when interpolating _JSON object_, then enclosing braces `{`, `}` are dropped (allows extending objects), e.g., `{"pi":3.14}`
23612361
will be interpolated as `"pi": 3.14`, so to keep it valid the outer braces must be provided, e.g., `-T{ {}, "key": "new" }`
2362-
* when an object is attempted interpolation but resulted JSON fails, then the object will be tried to be interpolated as an array
2362+
* when an object is attempted interpolation but resulting JSON fails, then the object will be attempted interpolation as an array
23632363
(i.e. only object's values will be interpolated) - that way it's possible to convert _JSON objects_ into _arrays_
23642364

23652365

0 commit comments

Comments
 (0)