Print the json_value structure to the console (output_unit
).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(json_core), | intent(inout) | :: | json | |||
type(json_value), | intent(in), | pointer | :: | p |
subroutine json_print_to_console(json,p) implicit none class(json_core),intent(inout) :: json type(json_value),pointer,intent(in) :: p call json%print(p,int(output_unit,IK)) end subroutine json_print_to_console