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