File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ module json_value_module
215
215
! ! * 1 -- Default mode (see [[json_get_by_path_default]])
216
216
! ! * 2 -- as RFC 6901 "JSON Pointer" paths
217
217
! ! (see [[json_get_by_path_rfc6901]])
218
- ! ! * 3 -- JSONPath "bracket-notation" (currently only
219
- ! ! used in [[json_get_path ]])
218
+ ! ! * 3 -- JSONPath "bracket-notation"
219
+ ! ! see [[json_get_by_path_jsonpath_bracket ]])
220
220
221
221
character (kind= CK,len= 1 ) :: path_separator = dot ! ! The `path` separator to use
222
222
! ! in the "default" mode for
@@ -6230,7 +6230,7 @@ end subroutine json_get_by_path_rfc6901
6230
6230
! of the structure. If it is not present, then the first key
6231
6231
! is taken to be in the `me` object.
6232
6232
!
6233
- ! Single or double quotes may be used
6233
+ ! Single or double quotes may be used.
6234
6234
!
6235
6235
! ### Example
6236
6236
!
You can’t perform that action at this time.
0 commit comments