Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(json_file), | intent(inout) | :: | me |
Destroy the json_file.
subroutine json_file_destroy(me)
implicit none
class(json_file),intent(inout) :: me
if (associated(me%p)) call json_value_destroy(me%p)
end subroutine json_file_destroy