Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | error_cnt |
Test some of the lesser-used features of the library
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(kind=json_CK,len=256), | public, | dimension(:), allocatable | :: | str_vec | |||
type(json_file), | public | :: | f | ||||
type(json_file), | public | :: | f2 | ||||
type(json_value), | public, | pointer | :: | p | |||
type(json_core), | public | :: | json | factory for manipulating |
|||
character(kind=json_CK,len=:), | public, | allocatable | :: | str | |||
character(kind=json_CK,len=:), | public, | allocatable | :: | name | |||
logical, | public | :: | found | ||||
logical, | public | :: | lval | ||||
integer, | public | :: | var_type | ||||
integer, | public | :: | n_children | ||||
character(kind=json_CDK,len=*), | public, | parameter | :: | json_str | = | '{ "blah": 123 }' |