Structure constructor to initialize a json_file object with an existing json_value object
... type(json_file) :: my_file type(json_value) :: json_object ... ! Construct a json_object my_file = json_file(json_object)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(json_value), | intent(in), | optional | pointer | :: | p |
|
Cast a json_value object as a json_file object