fortplot_spec_config_json Module

JSON serialization for config_t and padding_t.



Functions

public function serialize_config(cfg) result(json)

Arguments

Type IntentOptional Attributes Name
type(config_t), intent(in) :: cfg

Return Value character(len=:), allocatable

public function serialize_padding(pad) result(json)

Arguments

Type IntentOptional Attributes Name
type(padding_t), intent(in) :: pad

Return Value character(len=:), allocatable