Write string representation of JSON value to a file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(toml_value), | intent(inout) | :: | val |
TOML value to visit |
||
character(len=*), | intent(in) | :: | filename |
File name to write to |
||
type(toml_error), | intent(out), | allocatable | :: | error |
Error handling |
|
type(toml_ser_config), | intent(in), | optional | :: | config |
Configuration for serializer |
Write string representation of JSON value to a connected formatted unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(toml_value), | intent(inout) | :: | val |
TOML value to visit |
||
integer, | intent(in) | :: | io |
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 |