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