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
215215 ! ! * 1 -- Default mode (see [[json_get_by_path_default]])
216216 ! ! * 2 -- as RFC 6901 "JSON Pointer" paths
217217 ! ! (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 ]])
220220
221221 character (kind= CK,len= 1 ) :: path_separator = dot ! ! The `path` separator to use
222222 ! ! in the "default" mode for
@@ -6230,7 +6230,7 @@ end subroutine json_get_by_path_rfc6901
62306230! of the structure. If it is not present, then the first key
62316231! is taken to be in the `me` object.
62326232!
6233- ! Single or double quotes may be used
6233+ ! Single or double quotes may be used.
62346234!
62356235! ### Example
62366236!
You can’t perform that action at this time.
0 commit comments