Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | error_cnt |
This example tries to read an invalid JSON file.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(json_file), | public | :: | json | ||||
integer, | public | :: | i | ||||
character(len=*), | public, | parameter, dimension(2) | :: | files | = | ['invalid.json ', 'invalid2.json'] |