to_json Module Procedure

module procedure to_json module function to_json(self) result(json_object)

Arguments

Type IntentOptional Attributes Name
class(dag_t), intent(in) :: self

Return Value type(json_object_t)


Calls

proc~~to_json~2~~CallsGraph proc~to_json~2 dag_s::to_json assert assert proc~to_json~2->assert fallible_json_member_t fallible_json_member_t proc~to_json~2->fallible_json_member_t fallible_json_object_t fallible_json_object_t proc~to_json~2->fallible_json_object_t json_array_t json_array_t proc~to_json~2->json_array_t json_element_t json_element_t proc~to_json~2->json_element_t

Called by

proc~~to_json~2~~CalledByGraph proc~to_json~2 dag_s::to_json interface~to_json~2 dag_m::dag_t%to_json interface~to_json~2->proc~to_json~2

Contents