We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154d24c commit 2a8c084Copy full SHA for 2a8c084
formatter/json_snake_case.go
@@ -9,10 +9,9 @@ import (
9
10
// snakeCaseEncoder wraps a standard JSON encoder and converts keys to snake_case
11
type snakeCaseEncoder struct {
12
- writer io.Writer
13
- indent string
14
- prettyPrint bool
15
- someIdHereHttp bool
+ writer io.Writer
+ indent string
+ prettyPrint bool
16
}
17
18
// newSnakeCaseEncoder creates a new encoder that converts JSON keys to snake_case
0 commit comments