MCPcopy Create free account
hub / github.com/dropbox/dbxcli / normalizeJSONObject

Function normalizeJSONObject

cmd/json_output.go:133–138  ·  view source on GitHub ↗
(value any)

Source from the content-addressed store, hash-verified

131}
132
133func normalizeJSONObject(value any) any {
134 if value == nil {
135 return struct{}{}
136 }
137 return value
138}
139
140func emptyJSONWarnings() []jsonWarning {
141 return []jsonWarning{}

Callers 2

normalizeJSONInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected