json

package
v1.15.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, server *e.Server) error

Register registers a new sonic plugin for fiber.

Types

type DefaultJSONSerializer

type DefaultJSONSerializer struct{}

DefaultJSONSerializer implements JSON encoding using encoding/json.

func (DefaultJSONSerializer) Deserialize

func (d DefaultJSONSerializer) Deserialize(c echo.Context, i interface{}) error

Deserialize reads a JSON from a request body and converts it into an interface.

func (DefaultJSONSerializer) Serialize

func (d DefaultJSONSerializer) Serialize(c echo.Context, i interface{}, indent string) error

Serialize converts an interface into a json and writes it to the response. You can optionally use the indent parameter to produce pretty JSONs.

type Options

type Options struct {
	Enabled bool
}

Options represents goccy/go-json plugin for fiber options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

type Sonic

type Sonic struct {
	// contains filtered or unexported fields
}

Sonic represents a sonic plugin for fiber.

func NewSonic

func NewSonic() *Sonic

NewSonic returns a new sonic plugin with default options.

func NewSonicWithConfigPath

func NewSonicWithConfigPath(path string) (*Sonic, error)

NewSonicWithConfigPath returns a new sonic plugin with options from config path.

func NewSonicWithOptions

func NewSonicWithOptions(options *Options) *Sonic

NewSonicWithOptions returns a new sonic plugin with options.

func (*Sonic) Register

func (i *Sonic) Register(ctx context.Context, server *e.Server) error

Register registers this sonic plugin for fiber.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL