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

Function normalizeJSONInput

cmd/json_output.go:113–115  ·  view source on GitHub ↗
(input any)

Source from the content-addressed store, hash-verified

111}
112
113func normalizeJSONInput(input any) any {
114 return normalizeJSONObject(input)
115}
116
117func normalizeJSONOperationResults(results []jsonOperationResult) []jsonOperationResult {
118 if results == nil {

Callers 1

newJSONOperationOutputFunction · 0.85

Calls 1

normalizeJSONObjectFunction · 0.85

Tested by

no test coverage detected