JSON parser for the Vega-Lite config block and related top-level properties (padding, autosize).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | json | |||
| integer, | intent(inout) | :: | pos | |||
| type(config_t), | intent(inout) | :: | cfg | |||
| integer, | intent(out) | :: | status |
Parse padding as integer object or single integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | json | |||
| integer, | intent(inout) | :: | pos | |||
| type(padding_t), | intent(inout) | :: | pad | |||
| integer, | intent(out) | :: | status |
Parse autosize as a string or object (extracting type).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | json | |||
| integer, | intent(inout) | :: | pos | |||
| character(len=:), | intent(inout), | allocatable | :: | autosize_type | ||
| integer, | intent(out) | :: | status |