from_json Module Procedure

module procedure from_json module function from_json(lines) result(tensor_range)

Arguments

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

Return Value type(tensor_range_t)


Calls

proc~~from_json~~CallsGraph proc~from_json from_json assert assert proc~from_json->assert get_json_key get_json_key proc~from_json->get_json_key get_json_value get_json_value proc~from_json->get_json_value string_t string_t proc~from_json->string_t