from_json Module Procedure

module procedure from_json pure recursive module function from_json(neuron_lines, start) result(neuron)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: neuron_lines(:)
integer, intent(in) :: start

Return Value type(neuron_t)


Calls

proc~~from_json~~CallsGraph proc~from_json from_json call_assert_diagnose call_assert_diagnose proc~from_json->call_assert_diagnose string string proc~from_json->string