File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,19 @@ module json_module
26
26
! Jacob Williams : 2/8/2013 : Extensive modifications to the original code.
27
27
!
28
28
! SEE ALSO
29
- !
30
- ! [1] https://github.com/josephalevin/fson [FSON code retrieved on 12/2/2013]
31
- ! [3] http://www.json.org/ [JSON website]
32
- ! [2] http://jsonlint.com/ [JSON validator]
29
+ ! [1] http://github.com/jacobwilliams/json-fortran [json-fortran development site]
30
+ ! [2] http://jacobwilliams.github.io/json-fortran [json-fortran online documentation]
31
+ ! [3] http://github.com/josephalevin/fson [FSON code retrieved on 12/2/2013]
32
+ ! [4] http://www.json.org/ [JSON website]
33
+ ! [5] http://jsonlint.com/ [JSON validator]
33
34
!
34
35
! COPYRIGHT
35
36
!
36
37
! -----------------------------------------------------------------------------------------
37
38
! json-fortran License:
38
39
!
39
40
! JSON-FORTRAN: A Fortran 2003/2008 JSON API
40
- ! https ://github.com/jacobwilliams/json-fortran
41
+ ! http ://github.com/jacobwilliams/json-fortran
41
42
!
42
43
! Copyright (c) 2014, Jacob Williams
43
44
! All rights reserved.
You can’t perform that action at this time.
0 commit comments