Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | error_cnt |
Populate a JSON structure, write it to a file, then read it.
Also tests the json_value_to_string routine to write the file to a character string.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(json_value), | public, | pointer | :: | p | |||
type(json_value), | public, | pointer | :: | inp | |||
type(json_file), | public | :: | json | ||||
type(json_core), | public | :: | core | factory for manipulating |
|||
integer, | public | :: | i | ||||
character(kind=json_CK,len=10), | public | :: | istr | ||||
character(kind=json_CK,len=:), | public, | allocatable | :: | string |