Print the JSON file to the console.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(json_file), | intent(inout) | :: | me |
subroutine json_file_print_to_console(me)
implicit none
class(json_file),intent(inout) :: me
call me%core%print(me%p,iunit=output_unit)
end subroutine json_file_print_to_console