from_json Interface

public interface from_json

Module Procedures

public recursive function from_JSON_IOClass(filename, from_line_idx, only_num_bracket) result(ret)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
integer(kind=int32), intent(in), optional :: from_line_idx
integer(kind=int32), intent(in), optional :: only_num_bracket

Return Value type(Dictionary_)