Finalizer for json_file class.
Just a wrapper for json_file_destroy.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(json_file), | intent(inout) | :: | me |
subroutine finalize_json_file(me) implicit none type(json_file),intent(inout) :: me call me%destroy(destroy_core=.true.) end subroutine finalize_json_file