Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/smithy-go
/ Close
Method
Close
encoding/json/array.go:33–35 ·
view source on GitHub ↗
Close encodes the end of the JSON Array
()
Source
from the content-addressed store, hash-verified
31
32
// Close encodes the end of the JSON Array
33
func
(a *Array) Close() {
34
a.w.WriteRune(rightBracket)
35
}
Callers
6
encodeByteSlice
Function · 0.45
TestArray
Function · 0.45
TestEncoder
Function · 0.45
TestValue
Function · 0.45
TestObject
Function · 0.45
TestObjectKey_escaped
Function · 0.45
Calls
1
WriteRune
Method · 0.65
Tested by
5
TestArray
Function · 0.36
TestEncoder
Function · 0.36
TestValue
Function · 0.36
TestObject
Function · 0.36
TestObjectKey_escaped
Function · 0.36