toml_dumps Interface

public interface toml_dumps

Module Procedures

private subroutine toml_dump_to_string(val, string, error, config)

Create a string representing the JSON value

Arguments

Type IntentOptional 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