fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
fortplot_spec_config_json
Module
294 statements
Source File
fortplot_spec_config_json.f90
fortplot_spec_config_json
Contents
Functions
serialize_config
serialize_padding
JSON serialization for config_t and padding_t.
Uses
fortplot_spec_config_types
iso_fortran_env
Functions
public function
serialize_config
(cfg) result(json)
Arguments
Type
Intent
Optional
Attributes
Name
type(
config_t
),
intent(in)
::
cfg
Return Value
character(len=:), allocatable
public function
serialize_padding
(pad) result(json)
Arguments
Type
Intent
Optional
Attributes
Name
type(
padding_t
),
intent(in)
::
pad
Return Value
character(len=:), allocatable