yaml类

package
v0.0.0-...-fcd50c7 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

包gyaml提供了访问和转换YAML内容的功能。 md5:f1323f1f471201c0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(content []byte) (map[string]interface{}, error)

Decode将`content`解析为映射并返回。 md5:09afa737da32e1d3

func DecodeTo

func DecodeTo(value []byte, result interface{}) (err error)

DecodeTo 将 content 解析到 result 中。 md5:39ca50eceb6c38b3

func Encode

func Encode(value interface{}) (out []byte, err error)

Encode 将 `value` 编码为字节形式的 YAML 格式内容。 md5:df5adae4088970d4

func EncodeIndent

func EncodeIndent(value interface{}, indent string) (out []byte, err error)

EncodeIndent 将 `value` 编码为带有缩进的 YAML 格式内容,返回字节切片。 md5:08a35501baf3e352

func ToJson

func ToJson(content []byte) (out []byte, err error)

ToJson 将 `content` 转换为 JSON 格式的内容。 md5:8ea19c8cff7962ab

Types

This section is empty.

Jump to

Keyboard shortcuts

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