Get a copy of the json_core in this json_file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(json_file), | intent(in) | :: | me | |||
type(json_core), | intent(out) | :: | core |
subroutine get_json_core_in_file(me,core)
implicit none
class(json_file),intent(in) :: me
type(json_core),intent(out) :: core
core = me%core
end subroutine get_json_core_in_file