Skip to content

Commit c569eaf

Browse files
committed
comment updates
1 parent 76bd071 commit c569eaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/json_initialize_arguments.inc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ character(kind=CK,len=1),intent(in),optional :: comment_char
4040
integer(IK),intent(in),optional :: path_mode
4141
!! How the path strings are interpreted in the
4242
!! `get_by_path` routines:
43-
!! * 1 -- Default way (see [[json_get_by_path_default]])
44-
!! [Default]
43+
!! * 1 -- Default mode (see [[json_get_by_path_default]])
4544
!! * 2 -- as RFC 6901 "JSON Pointer" paths
4645
!! (see [[json_get_by_path_rfc6901]])
46+
!! * 3 -- JSONPath "bracket-notation"
47+
!! see [[json_get_by_path_jsonpath_bracket]])
4748
character(kind=CK,len=1),intent(in),optional :: path_separator
4849
!! The `path` separator to use
4950
!! in the "default" mode for

0 commit comments

Comments
 (0)