encoding

package
v0.21.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalTOML added in v0.15.0

func MarshalTOML(v any) ([]byte, error)

MarshalTOML encodes v as TOML and returns the resulting bytes.

func ToJSONMaybe added in v0.17.0

func ToJSONMaybe(v any) string

ToJSONMaybe returns the provided interface as JSON if marshaling is successful, or as a string if an error is encountered. It is only intended to be used for logging.

func WriteJSON added in v0.14.0

func WriteJSON(path string, data any) error

WriteJSON writes data as JSON to the specified path, creating parent directories as needed.

func WriteTOML

func WriteTOML(path string, data any) error

WriteTOML writes data as TOML to the specified path, creating parent directories as needed.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL