from_json Module Procedure

module procedure from_json pure module function from_json(lines) result(metadata)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: lines(:)

Return Value type(metadata_t)


Calls

proc~~from_json~4~~CallsGraph proc~from_json~4 from_json call_julienne_assert call_julienne_assert proc~from_json~4->call_julienne_assert get_json_key get_json_key proc~from_json~4->get_json_key get_json_value get_json_value proc~from_json~4->get_json_value string string proc~from_json~4->string string_t string_t proc~from_json~4->string_t