Create a string representing the JSON value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(toml_value), | intent(inout) | :: | val |
TOML value to visit |
||
character(len=:), | intent(out), | allocatable | :: | string |
Formatted unit to write to |
|
type(toml_error), | intent(out), | allocatable | :: | error |
Error handling |
|
type(toml_ser_config), | intent(in), | optional | :: | config |
Configuration for serializer |