Allocate a json_value pointer and make it a logical variable. The pointer should not already be allocated.
type(json_value),pointer :: p call json_create_logical(p,'value',.true.)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(json_value), | intent(inout), | pointer | :: | me | ||
logical(kind=LK), | intent(in) | :: | val | variable value |
||
character(kind=CK,len=*), | intent(in) | :: | name | variable name |
Allocate a json_value pointer and make it a logical(LK) variable. The pointer should not already be allocated.