Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ AllowDuplicateNames
Function
AllowDuplicateNames
internal/json/json.go:69–71 ·
view source on GitHub ↗
(allow bool)
Source
from the content-addressed store, hash-verified
67
}
68
69
func
AllowDuplicateNames(allow bool) json.Options {
70
return
jsontext.AllowDuplicateNames(allow)
71
}
72
73
func
Deterministic(v bool) json.Options {
74
return
json.Deterministic(v)
Callers
1
Parse
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected