MCPcopy Create free account

hub / github.com/goccy/go-yaml / functions

Functions1,184 in github.com/goccy/go-yaml

MethodMarshalJSON
()
encode_test.go:1463
MethodMarshalJSON
()
yaml.go:355
MethodMarshalText
()
encode_test.go:27
MethodMarshalYAML
()
encode_test.go:1748
MethodMarshalYAML
(ctx context.Context)
encode_test.go:1784
MethodMarshalYAML
()
encode_test.go:1819
MethodMarshalYAML
()
encode_test.go:1828
MethodMarshalYAML
()
encode_test.go:1994
MethodMarshalYAML
()
encode_test.go:2023
MethodMarshalYAML
()
encode_test.go:2031
MethodMarshalYAML
()
encode_test.go:2068
MethodMarshalYAML
()
yaml.go:21
MethodMarshalYAML
(context.Context)
yaml.go:26
MethodMarshalYAML
()
yaml.go:31
MethodMarshalYAML
(context.Context)
yaml.go:36
MethodMarshalYAML
()
yaml.go:336
MethodMarshalYAML
()
testdata/yaml_test.go:50
MethodMarshalYAML
()
testdata/yaml_test.go:69
MethodMarshalYAML
()
testdata/yaml_test.go:222
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:595
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:647
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:699
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:752
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:879
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:931
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:979
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1031
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1083
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1134
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1305
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1347
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1513
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1700
MethodMarshalYAML
MarshalYAML
ast/ast.go:1745
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1854
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1924
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:1977
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:2035
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:2090
MethodMarshalYAML
MarshalYAML encodes to a YAML text
ast/ast.go:2146
MethodMerge
Merge merge sequence value.
ast/ast.go:1573
MethodNext
Next advances the array iterator and reports whether there is another entry. It returns false when the iterator is exhausted.
ast/ast.go:1530
FunctionNodeToValue
NodeToValue converts node to the value pointed to by v.
yaml.go:217
FunctionOmitEmpty
OmitEmpty behaves in the same way as the interpretation of the omitempty tag in the encoding/json library. set on all the fields. In the current imple
option.go:256
FunctionOmitZero
OmitZero forces the encoder to assume an `omitzero` struct tag is set on all the fields. See `Marshal` commentary for the `omitzero` tag logic.
option.go:265
FunctionParserGroup
(v: any)
docs/playground/src/App.tsx:492
MethodRawToken
()
parser/token.go:176
MethodRead
Read implements (io.Reader).Read
ast/ast.go:527
MethodRead
Read implements (io.Reader).Read
ast/ast.go:560
MethodRead
Read implements (io.Reader).Read
ast/ast.go:606
MethodRead
Read implements (io.Reader).Read
ast/ast.go:664
MethodRead
Read implements (io.Reader).Read
ast/ast.go:717
MethodRead
Read implements (io.Reader).Read
ast/ast.go:769
MethodRead
Read implements (io.Reader).Read
ast/ast.go:891
MethodRead
Read implements (io.Reader).Read
ast/ast.go:947
MethodRead
Read implements (io.Reader).Read
ast/ast.go:996
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1048
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1099
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1226
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1317
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1383
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1600
MethodRead
(p []byte)
ast/ast.go:1749
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1810
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1894
MethodRead
Read implements (io.Reader).Read
ast/ast.go:1945
MethodRead
Read implements (io.Reader).Read
ast/ast.go:2002
MethodRead
Read implements (io.Reader).Read
ast/ast.go:2066
MethodRead
Read implements (io.Reader).Read
ast/ast.go:2101
FunctionRecursiveDir
RecursiveDir search yaml file recursively from passed dirs by ReferenceDirs option
option.go:39
FunctionReferenceDirs
ReferenceDirs pass to Decoder that reference to anchor defined by files under the passed dirs
option.go:31
FunctionReferenceFiles
ReferenceFiles pass to Decoder that reference to anchor defined by passed files
option.go:23
FunctionReferenceReaders
ReferenceReaders pass to Decoder that reference to anchor defined by passed readers
option.go:15
FunctionRegisterCustomMarshaler
RegisterCustomMarshaler overrides any encoding process for the type specified in generics. If you want to switch the behavior for each encoder, use `C
yaml.go:279
FunctionRegisterCustomMarshalerContext
RegisterCustomMarshalerContext overrides any encoding process for the type specified in generics. Similar to RegisterCustomMarshalerContext, but allow
yaml.go:291
FunctionRegisterCustomUnmarshaler
RegisterCustomUnmarshaler overrides any decoding process for the type specified in generics. If you want to switch the behavior for each decoder, use
yaml.go:306
FunctionRegisterCustomUnmarshalerContext
RegisterCustomUnmarshalerContext overrides any decoding process for the type specified in generics. Similar to RegisterCustomUnmarshalerContext, but a
yaml.go:318
MethodReplace
Replace replace value node.
ast/ast.go:1375
MethodSetComment
SetComment set comment token
ast/ast.go:260
MethodSetComment
SetComment set line comment.
ast/ast.go:1734
MethodSetIsFlowStyle
SetIsFlowStyle set value to IsFlowStyle field recursively.
ast/ast.go:1218
MethodSetIsFlowStyle
SetIsFlowStyle set value to IsFlowStyle field recursively.
ast/ast.go:1407
MethodSetIsFlowStyle
SetIsFlowStyle set value to IsFlowStyle field recursively.
ast/ast.go:1585
MethodSetName
(name string)
ast/ast.go:1797
MethodSetPath
SetPath set YAMLPath for the current node.
ast/ast.go:247
FunctionShareLink
(props: { setVisibility: React.Dispatch<React.SetStateAction<string>> })
docs/playground/src/App.tsx:99
FunctionStrict
Strict enable DisallowUnknownField
option.go:55
MethodString
String path to text.
path.go:210
MethodString
()
path.go:482
MethodString
()
path.go:612
MethodString
()
path.go:673
MethodString
()
path.go:691
MethodString
()
path.go:752
MethodString
()
option.go:281
MethodString
()
parser/token.go:30
MethodString
String node type identifier to text
ast/ast.go:71
MethodString
String all documents to text
ast/ast.go:539
MethodString
String type identifier to text
token/token.go:132
MethodString
String character type identifier to text
token/token.go:223
MethodString
String indicator to text
token/token.go:262
← previousnext →801–900 of 1,184, ranked by callers