Setup a scalar property from a provided json key and json file path.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ScalarProperty), | intent(inout) | :: | self | |||
character(len=*), | intent(in) | :: | name |
Property name. Should be the key in the |
||
character(len=*), | intent(in) | :: | json_str |
|
||
character(len=*), | intent(in), | optional | :: | path |
|
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(json_file), | public | :: | json |