plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
parse_json_as_dict
Function
MIT
83 statements
Source File
DictionaryClass.f90
DictionaryClass
parse_json_as_dict
Contents
public recursive function parse_json_as_dict(content, from_line_idx, only_num_bracket) result(ret)
! !
!
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
content
integer(kind=int32),
intent(in),
optional
::
from_line_idx
integer(kind=int32),
intent(in),
optional
::
only_num_bracket
Return Value
type(
Dictionary_
)