fn toml_to_string(x: &Value) -> String
Make a user-readable string representing this Value.
TOML only supports tables as the top level type, so we handle arrays on our own.