Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | error_cnt |
Read a sample JSON file and retrieve some data from it
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(json_file), | public | :: | json | the JSON structure read from the file |
|||
type(json_value), | public, | pointer | :: | p | a pointer for low-level manipulations |
||
type(json_core), | public | :: | core | factory for manipulating |
|||
integer, | public | :: | ival | ||||
character(kind=json_CK,len=:), | public, | allocatable | :: | cval | |||
real(kind=wp), | public | :: | rval | ||||
logical, | public | :: | found |