mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-07 01:31:54 +00:00
📝 docs: fix wrong JSON docs (#2554)
This commit is contained in:
parent
3e5743bcac
commit
e91b02b345
@ -709,7 +709,7 @@ app.Get("/", func(c *fiber.Ctx) error {
|
||||
|
||||
## JSON
|
||||
|
||||
Converts any **interface** or **string** to JSON using the [goccy/go-json](https://github.com/goccy/go-json) package.
|
||||
Converts any **interface** or **string** to JSON using the [encoding/json](https://pkg.go.dev/encoding/json) package.
|
||||
|
||||
:::info
|
||||
JSON also sets the content header to **application/json**.
|
||||
|
Loading…
x
Reference in New Issue
Block a user