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