@@ -49,13 +49,13 @@ subroutine test_24(error_cnt)
49
49
call json% create(p,' c' )
50
50
call json% create(p,' a.array' )
51
51
call json% create(p,' a.array(2)' )
52
- call json% add_with_path (p,' b.bb' , 1.0_rk , found)
53
- call json% add_with_path (p,' c.ccc' , 2 , found)
54
- call json% add_with_path (p,' a.aa.aaa(1)' , ' 3.0' , found)
55
- call json% add_with_path (p,' a.aa.aaaa(3)' , 4.0_rk , found)
56
- call json% add_with_path (p,' a.array(1)' , 5 , found)
57
- call json% add_with_path (p,' a.array(2).scalar' , ' 6' , found)
58
- call json% add_with_path (p,' a.array(2).logical' , .true. , found)
52
+ call json% add_by_path (p,' b.bb' , 1.0_rk , found)
53
+ call json% add_by_path (p,' c.ccc' , 2 , found)
54
+ call json% add_by_path (p,' a.aa.aaa(1)' , ' 3.0' , found)
55
+ call json% add_by_path (p,' a.aa.aaaa(3)' , 4.0_rk , found)
56
+ call json% add_by_path (p,' a.array(1)' , 5 , found)
57
+ call json% add_by_path (p,' a.array(2).scalar' , ' 6' , found)
58
+ call json% add_by_path (p,' a.array(2).logical' , .true. , found)
59
59
60
60
write (error_unit,' (A)' ) ' validating...'
61
61
call json% validate(p,is_valid,error_msg)
0 commit comments