@@ -32,7 +32,7 @@ module json_module
32
32
! [3] http://www.json.org/ [JSON website]
33
33
! [4] http://jsonlint.com/ [JSON validator]
34
34
!
35
- ! COPYRIGHT
35
+ ! LICENSE
36
36
!
37
37
! -------------------------------------------------------------------------------------
38
38
! json-fortran License:
@@ -338,7 +338,7 @@ end subroutine array_callback_func
338
338
end interface
339
339
340
340
! *************************************************************************************
341
- ! ****f * json_module/json_get_child
341
+ ! ****I * json_module/json_get_child
342
342
!
343
343
! NAME
344
344
! json_get_child
@@ -358,7 +358,7 @@ end subroutine array_callback_func
358
358
! *************************************************************************************
359
359
360
360
! *************************************************************************************
361
- ! ****f * json_module/json_add
361
+ ! ****I * json_module/json_add
362
362
!
363
363
! NAME
364
364
! json_add
@@ -380,7 +380,7 @@ end subroutine array_callback_func
380
380
! *************************************************************************************
381
381
382
382
! *************************************************************************************
383
- ! ****f * json_module/json_update
383
+ ! ****I * json_module/json_update
384
384
!
385
385
! NAME
386
386
! json_update
@@ -406,7 +406,7 @@ end subroutine array_callback_func
406
406
! *************************************************************************************
407
407
408
408
! *************************************************************************************
409
- ! ****f * json_module/json_get
409
+ ! ****I * json_module/json_get
410
410
!
411
411
! NAME
412
412
! json_get
@@ -426,7 +426,7 @@ end subroutine array_callback_func
426
426
! *************************************************************************************
427
427
428
428
! *************************************************************************************
429
- ! ****f * json_module/json_print_to_string
429
+ ! ****I * json_module/json_print_to_string
430
430
!
431
431
! NAME
432
432
! json_print_to_string
@@ -441,7 +441,7 @@ end subroutine array_callback_func
441
441
! *************************************************************************************
442
442
443
443
! *************************************************************************************
444
- ! ****f * json_module/json_print
444
+ ! ****I * json_module/json_print
445
445
!
446
446
! NAME
447
447
! json_print
@@ -462,7 +462,7 @@ end subroutine array_callback_func
462
462
! *************************************************************************************
463
463
464
464
! *************************************************************************************
465
- ! ****f * json_module/json_destroy
465
+ ! ****I * json_module/json_destroy
466
466
!
467
467
! NAME
468
468
! json_destroy
@@ -484,7 +484,7 @@ end subroutine array_callback_func
484
484
! *************************************************************************************
485
485
486
486
! *************************************************************************************
487
- ! ****f * json_module/json_remove
487
+ ! ****I * json_module/json_remove
488
488
!
489
489
! NAME
490
490
! json_remove
@@ -499,7 +499,7 @@ end subroutine array_callback_func
499
499
! *************************************************************************************
500
500
501
501
! *************************************************************************************
502
- ! ****f * json_module/json_remove_if_present
502
+ ! ****I * json_module/json_remove_if_present
503
503
!
504
504
! NAME
505
505
! json_remove_if_present
0 commit comments