to_json Interface

interface


Calls

interface~~to_json~2~~CallsGraph interface~to_json~2 dag_m::dag_t%to_json proc~to_json~2 dag_s::to_json interface~to_json~2->proc~to_json~2 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

private 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)

Description

Result is a JSON representation of the dag_t object