plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
from_json
Interface
MIT
3 statements
Source File
DictionaryClass.f90
DictionaryClass
from_json
Contents
Module Procedures
from_JSON_IOClass
public interface from_json
Module Procedures
public recursive function
from_JSON_IOClass
(filename, from_line_idx, only_num_bracket) result(ret)
Arguments
Type
Intent
Optional
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_
)