Skip to content

Commit 80ebf84

Browse files
committed
fixed typo
1 parent 8c631d9 commit 80ebf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_value_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9823,7 +9823,7 @@ subroutine wrap_json_parse_string(json, p, str)
98239823
type(json_value),pointer :: p !! output structure
98249824
character(kind=CDK,len=*),intent(in) :: str !! string with JSON data
98259825

9826-
call json%load(p,to_unicode(str))
9826+
call json%serialize(p,to_unicode(str))
98279827

98289828
end subroutine wrap_json_parse_string
98299829
!*****************************************************************************************

0 commit comments

Comments
 (0)